Don't trigger fitChanged if nothing changed, only call SetItem on text

changes
This commit is contained in:
cncfanatics
2010-09-15 18:05:33 +02:00
parent 54ae8919b3
commit 5911480ba5
3 changed files with 10 additions and 8 deletions

View File

@@ -89,7 +89,7 @@ class Fit(object):
return numSlots != len(fit.modules)
else:
return False
return None
def removeModule(self, fitID, position):
fit = eos.db.getFit(fitID)