Enabled comparison button if manual and automatic picks are available.
This commit is contained in:
parent
141dd3c9e6
commit
89a70aae0b
@ -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):
|
||||
|
@ -1 +1 @@
|
||||
3090-dirty
|
||||
141d-dirty
|
||||
|
Loading…
Reference in New Issue
Block a user