[GRASS-SVN] r32513 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 4 11:53:00 EDT 2008
Author: cmbarton
Date: 2008-08-04 11:53:00 -0400 (Mon, 04 Aug 2008)
New Revision: 32513
Modified:
grass/trunk/gui/wxpython/wxgui.py
Log:
Layer manager starts out on top
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2008-08-04 14:05:05 UTC (rev 32512)
+++ grass/trunk/gui/wxpython/wxgui.py 2008-08-04 15:53:00 UTC (rev 32513)
@@ -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