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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 9 10:52:54 EDT 2008


Author: cmbarton
Date: 2008-10-09 10:52:54 -0400 (Thu, 09 Oct 2008)
New Revision: 33790

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py
Log:
Fixes bug in slider. NVIZ works on Mac.

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py	2008-10-09 11:56:47 UTC (rev 33789)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py	2008-10-09 14:52:54 UTC (rev 33790)
@@ -1294,7 +1294,7 @@
             sizeW = (size, -1)
         else:
             style = wx.SL_VERTICAL | wx.SL_AUTOTICKS | \
-                wx.SL_BOTTOM | wx.SL_INVERSE
+                wx.SL_INVERSE
             sizeW = (-1, size)
         try:
             val = self.mapWindow.view[name]['value']



More information about the grass-commit mailing list