Don't trigger fitChanged if nothing changed, only call SetItem on text
changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user