From d1354a33b15aaafd6e9f2675948f8d5b4ea09611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Thu, 11 May 2017 08:33:08 +0200 Subject: [PATCH] Reintroduced activation of compare_button, spuriously removed formerly. --- QtPyLoT.py | 1 + 1 file changed, 1 insertion(+) diff --git a/QtPyLoT.py b/QtPyLoT.py index d2ff4839..5b0db609 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -962,6 +962,7 @@ class MainWindow(QMainWindow): if event.autopicks: self.autopicks = event.autopicks self.drawPicks(picktype='auto') + self.compare_action.setEnabled(True) self.draw() def clearWaveformDataPlot(self):