[GRASS-SVN] r50077 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 7 04:11:56 EST 2012
Author: mmetz
Date: 2012-01-07 01:11:56 -0800 (Sat, 07 Jan 2012)
New Revision: 50077
Modified:
grass/trunk/gui/wxpython/lmgr/layertree.py
Log:
wxGUI: Set computational region from selected raster/vector map had no effect
Modified: grass/trunk/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/layertree.py 2012-01-06 19:35:09 UTC (rev 50076)
+++ grass/trunk/gui/wxpython/lmgr/layertree.py 2012-01-07 09:11:56 UTC (rev 50077)
@@ -535,7 +535,7 @@
# print output to command log area
if len(cmd) > 1:
cmd.append('-p')
- self.lmgr.goutput.RunCmd(cmd)
+ self.lmgr.goutput.RunCmd(cmd, compReg = False)
def OnProfile(self, event):
"""!Plot profile of given raster map layer"""
More information about the grass-commit
mailing list