Revert "Tentative fix for character editor issues."

This reverts commit 253ebdc4e1.
This commit is contained in:
blitzmann
2016-01-31 10:52:00 -05:00
parent 55eed0d029
commit 7e305aab67
2 changed files with 17 additions and 10 deletions

View File

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