Enabled comparison button if manual and automatic picks are available.

This commit is contained in:
Ludger Küperkoch 2017-05-09 18:22:23 +02:00
parent 141dd3c9e6
commit 89a70aae0b
2 changed files with 2 additions and 1 deletions

View File

@ -962,6 +962,7 @@ class MainWindow(QMainWindow):
if event.autopicks: if event.autopicks:
self.autopicks = event.autopicks self.autopicks = event.autopicks
self.drawPicks(picktype='auto') self.drawPicks(picktype='auto')
self.compare_action.setEnabled(True)
self.draw() self.draw()
def clearWaveformDataPlot(self): def clearWaveformDataPlot(self):

View File

@ -1 +1 @@
3090-dirty 141d-dirty