瀏覽代碼

wxGUI: revert busy cursor https://trac.osgeo.org/grass/changeset/66625 for profile tool

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66640 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 9 年之前
父節點
當前提交
d78e575623
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      gui/wxpython/wxplot/profile.py

+ 1 - 3
gui/wxpython/wxplot/profile.py

@@ -284,12 +284,10 @@ class ProfileFrame(BasePlotFrame):
             return
 
         self.SetCursor(wx.StockCursor(wx.CURSOR_ARROW))
-        wx.BeginBusyCursor()
-        wx.SafeYield()
+
         self.SetupProfile()
         p = self.CreatePlotList()
         self.DrawPlot(p)
-        wx.EndBusyCursor()
 
     def CreatePlotList(self):
         """Create a plot data list from transect datalist and