Make sure we keep the right char selected after a char list update event

This commit is contained in:
HomeWorld
2011-11-30 21:17:13 +02:00
parent 941fc86e14
commit 8de46bef08

View File

@@ -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: