Tentative fix for character editor issues.

This commit is contained in:
blitzmann
2016-01-25 21:09:57 -05:00
parent 5d45f1d3f3
commit 253ebdc4e1
2 changed files with 10 additions and 17 deletions

View File

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