[GRASS-SVN] r43148 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 16 13:02:58 EDT 2010
Author: martinl
Date: 2010-08-16 17:02:58 +0000 (Mon, 16 Aug 2010)
New Revision: 43148
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py
Log:
fix typo (see r43145)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py 2010-08-16 16:59:28 UTC (rev 43147)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py 2010-08-16 17:02:58 UTC (rev 43148)
@@ -2499,7 +2499,7 @@
self.FindWindowById(self.win['light']['bright'][control]).SetValue(bval)
self.FindWindowById(self.win['light']['ambient'][control]).SetValue(aval)
elif pageId == 'fringe':
- win = self.FindWindowById(self.win['fringe']['surface'])
+ win = self.FindWindowById(self.win['fringe']['map'])
win.SetValue(self.FindWindowById(self.win['surface']['map']).GetValue())
self.Update()
More information about the grass-commit
mailing list