[GRASS-SVN] r50081 - grass/branches/develbranch_6/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 7 07:15:16 EST 2012
Author: martinl
Date: 2012-01-07 04:15:16 -0800 (Sat, 07 Jan 2012)
New Revision: 50081
Modified:
grass/branches/develbranch_6/gui/wxpython/lmgr/layertree.py
Log:
mmetz: wxGUI: Set computational region from selected raster/vector map had no effect
(merge r50077 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/lmgr/layertree.py 2012-01-07 11:33:11 UTC (rev 50080)
+++ grass/branches/develbranch_6/gui/wxpython/lmgr/layertree.py 2012-01-07 12:15:16 UTC (rev 50081)
@@ -519,7 +519,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