Migrate character editor to use new entity editor.
This commit is contained in:
@@ -152,4 +152,7 @@ class EntityEditor (wx.Panel):
|
||||
if len(self.choices) == 0:
|
||||
return None
|
||||
|
||||
return self.choices[self.entityChoices.GetSelection()]
|
||||
return self.choices[self.entityChoices.GetSelection()]
|
||||
|
||||
def setActiveEntity(self, entity):
|
||||
self.entityChoices.SetSelection(self.choices.index(entity))
|
||||
Reference in New Issue
Block a user