[bugfix] compare options always activated using obspy_dmt independent of data availability
This commit is contained in:
parent
e8a516d16b
commit
ae6c4966a9
1
PyLoT.py
1
PyLoT.py
@ -1976,7 +1976,6 @@ class MainWindow(QMainWindow):
|
|||||||
self.dataPlot.activateObspyDMToptions(self.obspy_dmt)
|
self.dataPlot.activateObspyDMToptions(self.obspy_dmt)
|
||||||
if self.obspy_dmt:
|
if self.obspy_dmt:
|
||||||
self.prepareObspyDMT_data(eventpath)
|
self.prepareObspyDMT_data(eventpath)
|
||||||
self.dataPlot.activateCompareOptions(True)
|
|
||||||
|
|
||||||
def loadWaveformData(self):
|
def loadWaveformData(self):
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user