mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 11:11:49 +02:00
feat(waveform): LMFitDialog cleanup after close
This commit is contained in:
@ -414,6 +414,8 @@ class Waveform(PlotBase):
|
|||||||
"""
|
"""
|
||||||
Slot for when the axis settings dialog is closed.
|
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.deleteLater()
|
||||||
self.dap_summary_dialog = None
|
self.dap_summary_dialog = None
|
||||||
self.toolbar.widgets["fit_params"].action.setChecked(False)
|
self.toolbar.widgets["fit_params"].action.setChecked(False)
|
||||||
|
Reference in New Issue
Block a user