Removed projected modules now keep their state for undoing

This commit is contained in:
DarkPhoenix
2019-04-11 10:45:09 +03:00
parent a08aa77afc
commit 938fa11d13
15 changed files with 175 additions and 69 deletions

View File

@@ -56,7 +56,7 @@ class FitAddModuleCommand(wx.Command):
newMutaplasmidID=None,
newMutations=None,
newState=None,
newCharge=None)
newChargeID=None)
return self.replace_cmd.Do()
if self.module.fits(fit):