actually draw picks into the overview window
This commit is contained in:
parent
e051be8a06
commit
5507a22865
@ -511,6 +511,7 @@ class MainWindow(QMainWindow):
|
||||
if pickDlg.exec_():
|
||||
self.updateStatus('picks accepted ({0})'.format(station))
|
||||
self.addPicks(station, pickDlg.getPicks())
|
||||
self.drawPicks(station)
|
||||
else:
|
||||
self.updateStatus('picks discarded ({0})'.format(station))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user