[GRASS-SVN] r39332 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 29 13:28:46 EDT 2009


Author: martinl
Date: 2009-09-29 13:28:46 -0400 (Tue, 29 Sep 2009)
New Revision: 39332

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/prompt.py
Log:
wxGUI: disable OnClick()
       (merge r39330 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/prompt.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/prompt.py	2009-09-29 17:28:19 UTC (rev 39331)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/prompt.py	2009-09-29 17:28:46 UTC (rev 39332)
@@ -278,7 +278,7 @@
         self.Bind(wx.EVT_KILL_FOCUS, self.OnControlChanged)
         self.Bind(wx.EVT_TEXT, self.OnEnteredText)
         self.Bind(wx.EVT_KEY_DOWN , self.OnKeyDown)
-        self.Bind(wx.EVT_LEFT_DOWN, self.OnClick)
+        ### self.Bind(wx.EVT_LEFT_DOWN, self.OnClick)
 
         # if need drop down on left click
         self.dropdown.Bind(wx.EVT_LISTBOX , self.OnListItemSelected, self.dropdownlistbox)



More information about the grass-commit mailing list