Fix Character Editor Dialog for osx

This commit is contained in:
blitzmann
2016-01-25 22:47:27 -05:00
parent 9cb99a1170
commit 9fc31d6a55
2 changed files with 3 additions and 6 deletions

View File

@@ -351,6 +351,7 @@ class MainFrame(wx.Frame):
def showCharacterEditor(self, event):
dlg=CharacterEditor(self)
dlg.ShowModal()
dlg.Destroy()
def showAttrEditor(self, event):
dlg=AttributeEditor(self)