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)
|
station=station)
|
||||||
if pickDlg.exec_():
|
if pickDlg.exec_():
|
||||||
print 'picks accepted'
|
print 'picks accepted'
|
||||||
|
self.getData().applyEVTData(pickDlg.getPicks())
|
||||||
else:
|
else:
|
||||||
print 'picks not saved and closed dialog'
|
print 'picks not saved and closed dialog'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user