[GRASS-SVN] r32879 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 19 06:00:04 EDT 2008
Author: martinl
Date: 2008-08-19 06:00:04 -0400 (Tue, 19 Aug 2008)
New Revision: 32879
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py
Log:
wxGUI: wx.SafeYield() uncommented, otherwise statusbar progress info is not updated properly
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py 2008-08-19 09:43:00 UTC (rev 32878)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/render.py 2008-08-19 10:00:04 UTC (rev 32879)
@@ -835,7 +835,7 @@
if mapWindow is not None:
mapWindow.onRenderCounter += 1
- #wx.SafeYield(self.window)
+ wx.SafeYield(self.window)
# add image to compositing list
if layer.type != "overlay":
More information about the grass-commit
mailing list