Merge branch 'master' into development

This commit is contained in:
blitzman
2017-01-27 19:39:10 -05:00
2 changed files with 5 additions and 3 deletions

View File

@@ -158,6 +158,8 @@ class CharacterEditor(wx.Frame):
self.Bind(GE.CHAR_LIST_UPDATED, self.refreshCharacterList)
self.entityEditor.Bind(wx.EVT_CHOICE, self.charChanged)
self.charChanged(None)
def btnRestrict(self):
char = self.entityEditor.getActiveEntity()