Revert "Fix Character Editor Dialog for osx"

This reverts commit 9fc31d6a55.
This commit is contained in:
blitzmann
2016-01-31 10:51:45 -05:00
parent a73d9abc60
commit 55eed0d029
2 changed files with 6 additions and 3 deletions

View File

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