Browse Source

Layer manager starts out on top

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32513 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 17 years ago
parent
commit
61436b0881
1 changed files with 3 additions and 0 deletions
  1. 3 0
      gui/wxpython/wxgui.py

+ 3 - 0
gui/wxpython/wxgui.py

@@ -182,6 +182,9 @@ class GMFrame(wx.Frame):
 
         # redirect stderr to log area    
         self.goutput.Redirect()
+        
+        # start with layer manager on top
+        self.Raise()
 
     def __doLayout(self):
         """Do Layout (unused bacause of aui manager...)"""