git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64694 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -78,7 +78,7 @@ class AnalysisControllerBase:
self._mapWindow.ClearLines()
self._registeredGraphics.Draw()
self._mapWindow.Refresh()
- wx.Yield()
+ wx.SafeYield()
self._doAnalysis(coords)