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