[GRASS-SVN] r53053 - grass/branches/develbranch_6/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 1 17:09:18 PDT 2012


Author: cmbarton
Date: 2012-09-01 17:09:18 -0700 (Sat, 01 Sep 2012)
New Revision: 53053

Modified:
   grass/branches/develbranch_6/gui/wxpython/core/settings.py
Log:
wxplot: fixing profile, backporting from release branch r53039

Modified: grass/branches/develbranch_6/gui/wxpython/core/settings.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/core/settings.py	2012-09-02 00:03:18 UTC (rev 53052)
+++ grass/branches/develbranch_6/gui/wxpython/core/settings.py	2012-09-02 00:09:18 UTC (rev 53053)
@@ -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