diff --git a/QtPyLoT.py b/QtPyLoT.py index a18a6cb4..71ac5e8b 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -1523,7 +1523,7 @@ class MainWindow(QMainWindow): self.get_current_event().setPick(station, pickDlg.getPicks()) self.enableSaveManualPicksAction() if replot: - self.plotWaveformData() + self.plotWaveformDataThread() self.drawPicks() self.draw() else: diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index f31df83e..304c35ec 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -d2d8-dirty +7548-dirty