[GRASS-SVN] r32835 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Aug 17 06:28:45 EDT 2008
Author: martinl
Date: 2008-08-17 06:28:45 -0400 (Sun, 17 Aug 2008)
New Revision: 32835
Modified:
grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py
Log:
wxGUI: revert conflict changes introduced in r32829
Modified: grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py 2008-08-17 06:03:57 UTC (rev 32834)
+++ grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py 2008-08-17 10:28:45 UTC (rev 32835)
@@ -725,8 +725,8 @@
elif ltype == 'raster':
cmd = ['d.rast']
- if UserSettings.Get(group='cmd', key='rasterOverlay', subkey='enabled'):
- cmd.append('-o')
+ if UserSettings.Get(group='cmd', key='rasterOpaque', subkey='enabled'):
+ cmd.append('-n')
menuform.GUI().ParseCommand(cmd, completed=(self.GetOptData,layer,params),
parentframe=self)
elif ltype == '3d-raster':
More information about the grass-commit
mailing list