Procházet zdrojové kódy

Layer manager starts out on top

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32513 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton před 17 roky
rodič
revize
61436b0881
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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...)"""