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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 13 10:18:35 EDT 2010


Author: martinl
Date: 2010-04-13 10:18:34 -0400 (Tue, 13 Apr 2010)
New Revision: 41844

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
Log:
raise Layer Manager also on Windows
(merge r41842 from devbr6)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py	2010-04-13 14:15:43 UTC (rev 41843)
+++ grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py	2010-04-13 14:18:34 UTC (rev 41844)
@@ -194,7 +194,7 @@
         
         # start with layer manager on top
         self.curr_page.maptree.mapdisplay.Raise()
-        self.Raise()
+        wx.CallAfter(self.Raise)
 
     def __doLayout(self):
         """Do Layout (unused bacause of aui manager...)"""



More information about the grass-commit mailing list