[GRASS-SVN] r32522 - grass/branches/develbranch_6/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 4 12:48:46 EDT 2008


Author: martinl
Date: 2008-08-04 12:48:46 -0400 (Mon, 04 Aug 2008)
New Revision: 32522

Modified:
   grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
cmbarton: Layer manager starts out on top (merge from trunk, r32513)


Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2008-08-04 16:44:37 UTC (rev 32521)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2008-08-04 16:48:46 UTC (rev 32522)
@@ -182,6 +182,9 @@
 
         # 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...)"""



More information about the grass-commit mailing list