Fixing stuff mentioned in ticket #51

This commit is contained in:
HomeWorld
2010-09-17 16:54:32 +03:00
parent 93ed44bb80
commit ad6da2a331

View File

@@ -66,7 +66,7 @@ class FittingView(d.Display):
populate = cFit.removeModule(self.activeFitID, self.mods[self.GetItemData(row)].position)
if populate is not None:
if populate: self.slotsChanged(populate)
if populate: self.slotsChanged()
wx.PostEvent(self.mainFrame, FitChanged(fitID=self.activeFitID))
def generateMods(self):