[GRASS-SVN] r54853 - grass/branches/releasebranch_6_4/gui/wxpython/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 3 01:30:50 PST 2013


Author: annakrat
Date: 2013-02-03 01:30:50 -0800 (Sun, 03 Feb 2013)
New Revision: 54853

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/nviz/tools.py
Log:
wxNviz: set minimum line width to 1

Modified: grass/branches/releasebranch_6_4/gui/wxpython/nviz/tools.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/nviz/tools.py	2013-02-02 22:26:41 UTC (rev 54852)
+++ grass/branches/releasebranch_6_4/gui/wxpython/nviz/tools.py	2013-02-03 09:30:50 UTC (rev 54853)
@@ -1220,7 +1220,7 @@
         
         width = wx.SpinCtrl(parent = panel, id = wx.ID_ANY, size = (65, -1),
                             initial = 1,
-                            min = 0,
+                            min = 1,
                             max = 100)
         width.SetValue(1)
         self.win['vector']['lines']['width'] = width.GetId()



More information about the grass-commit mailing list