Преглед изворни кода

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