Make sure we keep the right char selected after a char list update event
This commit is contained in:
@@ -74,6 +74,7 @@ class CharacterSelection(wx.Panel):
|
||||
currId = choice.Append(name, id)
|
||||
if id == activeChar:
|
||||
choice.SetSelection(currId)
|
||||
self.charChanged(None)
|
||||
picked = True
|
||||
|
||||
if not picked:
|
||||
|
||||
Reference in New Issue
Block a user