[GRASS-SVN] r36980 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 4 10:59:03 EDT 2009
Author: martinl
Date: 2009-05-04 10:59:03 -0400 (Mon, 04 May 2009)
New Revision: 36980
Modified:
grass/trunk/gui/wxpython/wxgui.py
Log:
wxGUI: raise also first map window
(merge from relbr64, r36978)
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2009-05-04 14:57:42 UTC (rev 36979)
+++ grass/trunk/gui/wxpython/wxgui.py 2009-05-04 14:59:03 UTC (rev 36980)
@@ -184,6 +184,7 @@
self.goutput.Redirect()
# start with layer manager on top
+ self.curr_page.maptree.mapdisplay.Raise()
self.Raise()
def __doLayout(self):
More information about the grass-commit
mailing list