Do not show implant set editor if user cancels addition of an implant set
This commit is contained in:
@@ -442,8 +442,8 @@ class MainFrame(wx.Frame):
|
||||
def OnShowDamagePatternEditor(self, event):
|
||||
DmgPatternEditor.openOne(parent=self)
|
||||
|
||||
def OnShowImplantSetEditor(self, event, dataToAdd=None):
|
||||
ImplantSetEditor.openOne(parent=self, dataToAdd=dataToAdd)
|
||||
def OnShowImplantSetEditor(self, event):
|
||||
ImplantSetEditor.openOne(parent=self)
|
||||
|
||||
def OnShowExportDialog(self, event):
|
||||
""" Export active fit """
|
||||
|
||||
Reference in New Issue
Block a user