Reintroduced activation of compare_button, spuriously removed formerly.

This commit is contained in:
Ludger Küperkoch 2017-05-11 08:33:08 +02:00
parent 6847bfe8c4
commit d1354a33b1

View File

@ -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):