[GRASS-SVN] r53039 - grass/branches/releasebranch_6_4/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 31 14:53:12 PDT 2012


Author: cmbarton
Date: 2012-08-31 14:53:12 -0700 (Fri, 31 Aug 2012)
New Revision: 53039

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/core/settings.py
Log:
Fix profile default settings

Modified: grass/branches/releasebranch_6_4/gui/wxpython/core/settings.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/core/settings.py	2012-08-31 21:37:02 UTC (rev 53038)
+++ grass/branches/releasebranch_6_4/gui/wxpython/core/settings.py	2012-08-31 21:53:12 UTC (rev 53039)
@@ -436,21 +436,11 @@
                     },
                 },
             'profile': {
-                'raster0' : {
+                'raster' : {
                     'pcolor' : (0, 0, 255, 255), # profile line color
                     'pwidth' : 1, # profile line width
                     'pstyle' : 'solid', # profile line pen style
                     },
-                'raster1' : {
-                    'pcolor' : (255, 0, 0, 255), 
-                    'pwidth' : 1, 
-                    'pstyle' : 'solid', 
-                    },
-                'raster2' : {
-                    'pcolor' : (0, 255, 0, 255), 
-                    'pwidth' : 1, 
-                    'pstyle' : 'solid', 
-                    },
                 'font' : {
                     'titleSize' : 12,
                     'axisSize' : 11,



More information about the grass-commit mailing list