From 89a70aae0b6a9e23d02a91d6a181d69b0319300d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Tue, 9 May 2017 18:22:23 +0200 Subject: [PATCH] Enabled comparison button if manual and automatic picks are available. --- QtPyLoT.py | 1 + pylot/RELEASE-VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/QtPyLoT.py b/QtPyLoT.py index fb3b6d5b..2d283096 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): diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index e08fda2d..b253ed02 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -3090-dirty +141d-dirty