[GRASS-SVN] r64694 - grass/trunk/gui/wxpython/mapwin

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 19 15:29:41 PST 2015


Author: annakrat
Date: 2015-02-19 15:29:41 -0800 (Thu, 19 Feb 2015)
New Revision: 64694

Modified:
   grass/trunk/gui/wxpython/mapwin/analysis.py
Log:
wxGUI/profile: use SafeYield to prevent recursion error

Modified: grass/trunk/gui/wxpython/mapwin/analysis.py
===================================================================
--- grass/trunk/gui/wxpython/mapwin/analysis.py	2015-02-19 21:03:39 UTC (rev 64693)
+++ grass/trunk/gui/wxpython/mapwin/analysis.py	2015-02-19 23:29:41 UTC (rev 64694)
@@ -78,7 +78,7 @@
         self._mapWindow.ClearLines()
         self._registeredGraphics.Draw()
         self._mapWindow.Refresh()
-        wx.Yield()
+        wx.SafeYield()
 
         self._doAnalysis(coords)
 



More information about the grass-commit mailing list