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