Small bug fix in charactereditor

This commit is contained in:
HomeWorld
2010-10-05 00:03:40 +03:00
parent 25c74e1f4c
commit b3ce81df65

View File

@@ -126,7 +126,7 @@ class CharacterEditor(wx.Dialog):
self.skillTreeChoice.Bind(wx.EVT_CHOICE, self.charChanged)
def closeEvent(self, event):
pass
event.Skip()
def restrict(self):
self.btnRename.Enable(False)