[GRASS-SVN] r41842 - grass/branches/develbranch_6/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 13 10:10:21 EDT 2010
Author: martinl
Date: 2010-04-13 10:10:21 -0400 (Tue, 13 Apr 2010)
New Revision: 41842
Modified:
grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
raise Layer Manager also on Windows
Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py 2010-04-13 14:05:24 UTC (rev 41841)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py 2010-04-13 14:10:21 UTC (rev 41842)
@@ -193,7 +193,7 @@
# start with layer manager on top
self.curr_page.maptree.mapdisplay.Raise()
- self.Raise()
+ wx.CallAfter(self.Raise)
def __createNoteBook(self):
"""!Creates notebook widgets"""
More information about the grass-commit
mailing list