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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 4 10:57:43 EDT 2009


Author: martinl
Date: 2009-05-04 10:57:42 -0400 (Mon, 04 May 2009)
New Revision: 36979

Modified:
   grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
wxGUI: raise also first map window
	(merge from relbr64, r36978)


Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py	2009-05-04 14:54:56 UTC (rev 36978)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py	2009-05-04 14:57:42 UTC (rev 36979)
@@ -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