Rework projected GUI commands

This commit is contained in:
DarkPhoenix
2019-04-15 11:34:52 +03:00
parent 0b49bf201f
commit 801f51b89c
88 changed files with 936 additions and 558 deletions

View File

@@ -704,7 +704,7 @@ class MainFrame(wx.Frame):
# If it's mutated item - make sure there's at least base item specified
if importType == "MutatedItem":
# we've imported an Abyssal module, need to fire off the command to add it to the fit
self.command.Submit(cmd.GuiImportMutatedModuleCommand(activeFit, *importData[0]))
self.command.Submit(cmd.GuiImportLocalMutatedModuleCommand(activeFit, *importData[0]))
return # no need to do anything else
except:
pyfalog.error("Attempt to import failed:\n{0}", clipboard)