From e0568e3849c7d8eba44b33032b5ed3c1c627f221 Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Wed, 10 Jun 2015 15:36:37 +0200 Subject: [PATCH] write picks into data object (work in progress) --- QtPyLoT.py | 1 + 1 file changed, 1 insertion(+) diff --git a/QtPyLoT.py b/QtPyLoT.py index 5cb074be..448a672a 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -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'