0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 03:01:50 +02:00

feat(waveform): LMFitDialog cleanup after close

This commit is contained in:
2025-05-23 17:22:18 +02:00
committed by Jan Wyzula
parent 53377d26e2
commit a020f2dc7e

View File

@ -414,6 +414,8 @@ class Waveform(PlotBase):
"""
Slot for when the axis settings dialog is closed.
"""
self.dap_summary.close()
self.dap_summary.deleteLater()
self.dap_summary_dialog.deleteLater()
self.dap_summary_dialog = None
self.toolbar.widgets["fit_params"].action.setChecked(False)