[GRASS-SVN] r57543 - grass/branches/develbranch_6/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 29 06:01:23 PDT 2013
Author: martinl
Date: 2013-08-29 06:01:23 -0700 (Thu, 29 Aug 2013)
New Revision: 57543
Modified:
grass/branches/develbranch_6/gui/wxpython/core/settings.py
Log:
wxGUI: fix OnDefault() settings
Modified: grass/branches/develbranch_6/gui/wxpython/core/settings.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/core/settings.py 2013-08-29 12:48:20 UTC (rev 57542)
+++ grass/branches/develbranch_6/gui/wxpython/core/settings.py 2013-08-29 13:01:23 UTC (rev 57543)
@@ -189,7 +189,7 @@
'selection' : 0,
},
'nvizDepthBuffer' : {
- 'value' : 16,
+ 'value' : '16',
},
},
#
More information about the grass-commit
mailing list