]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/editwindow.py
Added note about wx.TaskbarIcon
[wxWidgets.git] / wxPython / wx / py / editwindow.py
index e95ba172187bc9afb5e8b4d003f584ff0022ce77..dddd906f82271ccd629de14c5b0503e154b697c9 100644 (file)
@@ -82,7 +82,7 @@ class EditWindow(stc.StyledTextCtrl):
         self.autoCompleteIncludeDouble = True
         self.autoCompleteCaseInsensitive = True
         self.AutoCompSetIgnoreCase(self.autoCompleteCaseInsensitive)
-        self.autoCompleteAutoHide = True
+        self.autoCompleteAutoHide = False
         self.AutoCompSetAutoHide(self.autoCompleteAutoHide)
         self.AutoCompStops(' .,;:([)]}\'"\\<>%^&+-=*/|`')
         # Do we want to automatically pop up command argument help?