[GRASS-SVN] r66640 - grass/trunk/gui/wxpython/wxplot
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 28 06:40:29 PDT 2015
Author: annakrat
Date: 2015-10-28 06:40:29 -0700 (Wed, 28 Oct 2015)
New Revision: 66640
Modified:
grass/trunk/gui/wxpython/wxplot/profile.py
Log:
wxGUI: revert busy cursor r66625 for profile tool
Modified: grass/trunk/gui/wxpython/wxplot/profile.py
===================================================================
--- grass/trunk/gui/wxpython/wxplot/profile.py 2015-10-28 13:35:49 UTC (rev 66639)
+++ grass/trunk/gui/wxpython/wxplot/profile.py 2015-10-28 13:40:29 UTC (rev 66640)
@@ -284,12 +284,10 @@
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
More information about the grass-commit
mailing list