controls/TextCtrlAutoComplete.py
changeset 1782 5b6ad7a7fd9d
parent 1771 f68a105000be
child 1832 0f1081928d65
--- 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()