[GRASS-SVN] r35489 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 19 16:06:39 EST 2009
Author: martinl
Date: 2009-01-19 16:06:38 -0500 (Mon, 19 Jan 2009)
New Revision: 35489
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_mapdisp.py
Log:
remove wx.Yield()
(merge from devbr6, r35487)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_mapdisp.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_mapdisp.py 2009-01-19 21:02:55 UTC (rev 35488)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_mapdisp.py 2009-01-19 21:06:38 UTC (rev 35489)
@@ -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