Browse Source

wxGUI: don't switch to 'Command output' when module dialog is launched

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32428 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 years ago
parent
commit
4e35972a32
1 changed files with 0 additions and 5 deletions
  1. 0 5
      gui/wxpython/gui_modules/goutput.py

+ 0 - 5
gui/wxpython/gui_modules/goutput.py

@@ -289,11 +289,6 @@ class GMConsole(wx.Panel):
                 #
                 # other GRASS commands (r|v|g|...)
                 #
-                if hasattr(self.parent, "curr_page"):
-                    # change notebook page only for Layer Manager
-                    if self.parent.notebook.GetSelection() != 1:
-                        self.parent.notebook.SetSelection(1)
-
                 # activate computational region (set with g.region)
                 # for all non-display commands.
                 tmpreg = os.getenv("GRASS_REGION")