[fixes #205] call replot thread after manual picking

This commit is contained in:
Marcel Paffrath 2017-06-19 10:23:39 +02:00
parent 754883c5c9
commit 7257d43155
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -1 +1 @@
d2d8-dirty
7548-dirty