From 9dc5b57ee0ba4946f8f9e26ee537c3bd3ee6f22b Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Thu, 29 Jan 2015 08:52:01 +0100 Subject: [PATCH] new attribute introduced holding information about the component of the seismic waveforms to display in the overview plot --- QtPyLoT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QtPyLoT.py b/QtPyLoT.py index 7bebc4da..a024414a 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -300,7 +300,7 @@ class MainWindow(QMainWindow): return True def getDispComponent(self): - return self + return self._compDisp def getData(self): return self.data