Reintroduced activation of compare_button, spuriously removed formerly.
This commit is contained in:
parent
6847bfe8c4
commit
d1354a33b1
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user