[fixes #205] call replot thread after manual picking
This commit is contained in:
parent
754883c5c9
commit
7257d43155
@ -1523,7 +1523,7 @@ class MainWindow(QMainWindow):
|
|||||||
self.get_current_event().setPick(station, pickDlg.getPicks())
|
self.get_current_event().setPick(station, pickDlg.getPicks())
|
||||||
self.enableSaveManualPicksAction()
|
self.enableSaveManualPicksAction()
|
||||||
if replot:
|
if replot:
|
||||||
self.plotWaveformData()
|
self.plotWaveformDataThread()
|
||||||
self.drawPicks()
|
self.drawPicks()
|
||||||
self.draw()
|
self.draw()
|
||||||
else:
|
else:
|
||||||
|
@ -1 +1 @@
|
|||||||
d2d8-dirty
|
7548-dirty
|
||||||
|
Loading…
Reference in New Issue
Block a user