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 năm trước cách đây
mục cha
commit
61436b0881
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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...)"""