[GRASS-SVN] r35487 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 19 15:59:57 EST 2009
Author: martinl
Date: 2009-01-19 15:59:55 -0500 (Mon, 19 Jan 2009)
New Revision: 35487
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_mapdisp.py
Log:
remove wx.Yield()
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_mapdisp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_mapdisp.py 2009-01-18 21:09:48 UTC (rev 35486)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_mapdisp.py 2009-01-19 20:59:55 UTC (rev 35487)
@@ -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