[GRASS-SVN] r41143 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 21 02:00:24 EST 2010
Author: cmbarton
Date: 2010-02-21 02:00:23 -0500 (Sun, 21 Feb 2010)
New Revision: 41143
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py
Log:
Give XYZ positioning a much larger potential range. Backport from trunk r41142
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py 2010-02-21 06:55:10 UTC (rev 41142)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py 2010-02-21 07:00:23 UTC (rev 41143)
@@ -568,7 +568,7 @@
# position
self.CreateControl(panel, dict=self.win['surface'], name='position',
- range=(-100, 100),
+ range=(-10000, 10000),
bind=(self.OnSurfacePosition, self.OnSurfacePosition, self.OnSurfacePosition))
More information about the grass-commit
mailing list