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:
|
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):
|
||||||
|
@ -1 +1 @@
|
|||||||
3090-dirty
|
141d-dirty
|
||||||
|
Loading…
Reference in New Issue
Block a user