[GRASS-SVN] r66034 - grass/trunk/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 26 14:12:46 PDT 2015
Author: annakrat
Date: 2015-08-26 14:12:46 -0700 (Wed, 26 Aug 2015)
New Revision: 66034
Modified:
grass/trunk/gui/wxpython/core/settings.py
Log:
wxGUI: forgot to commit new animation settings defaults, related to r65736
Modified: grass/trunk/gui/wxpython/core/settings.py
===================================================================
--- grass/trunk/gui/wxpython/core/settings.py 2015-08-26 20:59:29 UTC (rev 66033)
+++ grass/trunk/gui/wxpython/core/settings.py 2015-08-26 21:12:46 UTC (rev 66034)
@@ -811,6 +811,13 @@
'bgcolor': {
'color': (255, 255, 255, 255),
},
+ 'nprocs': {
+ 'value': -1,
+ },
+ 'font': {
+ 'bgcolor': (255, 255, 255, 255),
+ 'fgcolor': (0, 0, 0, 255),
+ },
'temporal': {
'format': '%Y-%m-%d %H:%M:%S',
'nodata': {
More information about the grass-commit
mailing list