diff -r b112bfdde5cc -r 5b6ad7a7fd9d controls/TextCtrlAutoComplete.py --- a/controls/TextCtrlAutoComplete.py Sat Aug 19 21:06:54 2017 +0300 +++ b/controls/TextCtrlAutoComplete.py Mon Aug 21 21:55:18 2017 +0300 @@ -134,8 +134,8 @@ self.SetChoices(choices) - #gp = self - #while ( gp != None ) : + # gp = self + # while ( gp != None ) : # gp.Bind ( wx.EVT_MOVE , self.onControlChanged, gp ) # gp.Bind ( wx.EVT_SIZE , self.onControlChanged, gp ) # gp = gp.GetParent()