[GRASS-SVN] r37251 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 16 14:29:07 EDT 2009
Author: martinl
Date: 2009-05-16 14:29:07 -0400 (Sat, 16 May 2009)
New Revision: 37251
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_tools.py
Log:
wxGUI/nviz: disable text event (spinctrls)
(merge from trunk, r37249)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_tools.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_tools.py 2009-05-16 18:20:50 UTC (rev 37250)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_tools.py 2009-05-16 18:29:07 UTC (rev 37251)
@@ -1329,7 +1329,7 @@
# no 'changed' event ... (FIXME)
spin.SetName('spin')
spin.Bind(wx.EVT_SPINCTRL, bind[2])
- spin.Bind(wx.EVT_TEXT, bind[2])
+ ### spin.Bind(wx.EVT_TEXT, bind[2])
dict[name]['spin'] = spin.GetId()
def UpdateSettings(self):
More information about the grass-commit
mailing list