Issue #2073: Added mechanism to pass implant list to implant set manager

This commit is contained in:
Gochim
2019-12-10 08:50:21 +02:00
parent f55ab00bf5
commit d92e11893a
4 changed files with 11 additions and 30 deletions

View File

@@ -442,8 +442,8 @@ class MainFrame(wx.Frame):
def OnShowDamagePatternEditor(self, event):
DmgPatternEditor.openOne(parent=self)
def OnShowImplantSetEditor(self, event):
ImplantSetEditor.openOne(parent=self)
def OnShowImplantSetEditor(self, event, dataToAdd=None):
ImplantSetEditor.openOne(parent=self, dataToAdd=dataToAdd)
def OnShowExportDialog(self, event):
""" Export active fit """