Acoustic inversion: Fix crash at open study.

dev-brahim
Pierre-Antoine 2025-03-24 16:10:33 +01:00
parent 19c2ae9b7f
commit 81221525de
2 changed files with 3 additions and 3 deletions

View File

@ -861,7 +861,7 @@ class SedimentCalibrationTab(QWidget):
logger.debug(f"{__name__}: Update")
self.blockSignals(True)
# TODO: Update all widgets
self.function_pushbutton_update_acoustic_file()
self.blockSignals(False)

View File

@ -100,8 +100,8 @@ class MainApplication(QMainWindow):
self.signal_processing_tab,
self.sample_data_tab,
self.sediment_calibration_tab,
# self.acoustic_inversion_tab,
# self.note_tab
self.acoustic_inversion_tab,
self.note_tab
]
# **************************************************