write picks into data object (work in progress)
This commit is contained in:
parent
0c76c496fb
commit
e0568e3849
@ -475,6 +475,7 @@ class MainWindow(QMainWindow):
|
||||
station=station)
|
||||
if pickDlg.exec_():
|
||||
print 'picks accepted'
|
||||
self.getData().applyEVTData(pickDlg.getPicks())
|
||||
else:
|
||||
print 'picks not saved and closed dialog'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user