Rework target profile editor to be non-blocking window

This commit is contained in:
DarkPhoenix
2019-08-09 20:57:20 +03:00
parent 01371f227c
commit c315adf987
7 changed files with 111 additions and 93 deletions

View File

@@ -180,7 +180,7 @@ class CharacterSelection(wx.Panel):
if charID == -1:
# revert to previous character
self.charChoice.SetSelection(self.charCache)
self.mainFrame.showCharacterEditor(event)
self.mainFrame.OnShowCharacterEditor(event)
return
self.toggleRefreshButton()