Revert "Fix Character Editor Dialog for osx"
This reverts commit 9fc31d6a55.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user