[GRASS-SVN] r36978 - grass/branches/releasebranch_6_4/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 4 10:54:56 EDT 2009


Author: martinl
Date: 2009-05-04 10:54:56 -0400 (Mon, 04 May 2009)
New Revision: 36978

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
Log:
wxGUI: raise also first map window


Modified: grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py	2009-05-04 14:37:15 UTC (rev 36977)
+++ grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py	2009-05-04 14:54:56 UTC (rev 36978)
@@ -186,6 +186,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