[GRASS-SVN] r39330 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 29 13:16:15 EDT 2009
Author: martinl
Date: 2009-09-29 13:16:14 -0400 (Tue, 29 Sep 2009)
New Revision: 39330
Modified:
grass/trunk/gui/wxpython/gui_modules/prompt.py
Log:
wxGUI: disable OnClick()
Modified: grass/trunk/gui/wxpython/gui_modules/prompt.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/prompt.py 2009-09-29 14:45:58 UTC (rev 39329)
+++ grass/trunk/gui/wxpython/gui_modules/prompt.py 2009-09-29 17:16:14 UTC (rev 39330)
@@ -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