Browse Source

wxGUI: Set computational region from selected raster/vector map had no effect

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50077 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 years ago
parent
commit
331e976688
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/lmgr/layertree.py

+ 1 - 1
gui/wxpython/lmgr/layertree.py

@@ -535,7 +535,7 @@ class LayerTree(treemixin.DragAndDrop, CT.CustomTreeCtrl):
         # 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"""