feat(waveform): LMFitDialog cleanup after close

This commit is contained in:
2025-05-26 13:13:31 +02:00
committed by Jan Wyzula
co-authored by Jan Wyzula
parent 53377d26e2
commit a020f2dc7e
@@ -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)