浏览代码

wxGUI/profile: use SafeYield to prevent recursion error

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64694 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 10 年之前
父节点
当前提交
356ae9c5e2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/mapwin/analysis.py

+ 1 - 1
gui/wxpython/mapwin/analysis.py

@@ -78,7 +78,7 @@ class AnalysisControllerBase:
         self._mapWindow.ClearLines()
         self._registeredGraphics.Draw()
         self._mapWindow.Refresh()
-        wx.Yield()
+        wx.SafeYield()
 
         self._doAnalysis(coords)