Crash corrected if any calibration file is selected (Click Cancel)
parent
761dc9008c
commit
2715d225af
|
|
@ -1771,6 +1771,10 @@ class SedimentCalibrationTab(QWidget):
|
|||
msgBox.setStandardButtons(QMessageBox.Ok)
|
||||
msgBox.exec()
|
||||
|
||||
elif stg.filename_calibration_file == "":
|
||||
|
||||
pass
|
||||
|
||||
else:
|
||||
|
||||
# --- Read calibration file ---
|
||||
|
|
|
|||
Loading…
Reference in New Issue