[GRASS-SVN] r35488 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 19 16:02:55 EST 2009
Author: martinl
Date: 2009-01-19 16:02:55 -0500 (Mon, 19 Jan 2009)
New Revision: 35488
Modified:
grass/trunk/gui/wxpython/gui_modules/nviz_mapdisp.py
Log:
remove wx.Yield()
(merge from devbr6, r35487)
Modified: grass/trunk/gui/wxpython/gui_modules/nviz_mapdisp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/nviz_mapdisp.py 2009-01-19 20:59:55 UTC (rev 35487)
+++ grass/trunk/gui/wxpython/gui_modules/nviz_mapdisp.py 2009-01-19 21:02:55 UTC (rev 35488)
@@ -255,7 +255,6 @@
if self.render['quick'] is False:
self.parent.onRenderGauge.SetValue(1)
- wx.Yield()
self.nvizClass.Draw(False, -1)
elif self.render['quick'] is True:
# quick
More information about the grass-commit
mailing list