From 3e888fd0aebc564510a75ccccc4926cb8cb48543 Mon Sep 17 00:00:00 2001 From: James Crake-Merani Date: Tue, 17 Dec 2024 15:22:59 +0000 Subject: [PATCH] Forgot to save this file :P --- src/sas/qtgui/MainWindow/GuiManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sas/qtgui/MainWindow/GuiManager.py b/src/sas/qtgui/MainWindow/GuiManager.py index 3dbfe5f88a..e5f4150606 100644 --- a/src/sas/qtgui/MainWindow/GuiManager.py +++ b/src/sas/qtgui/MainWindow/GuiManager.py @@ -1336,7 +1336,7 @@ def deleteIntermediateTheoryPlotsByTabId(self, tab_id): Catch the signal to delete items in the Theory item model which correspond to a model ID. Send the request to the DataExplorer for updating the theory model. """ - self.filesWidget.deleteIntermediateTheoryPlotsByModelID(tab_id) + self.filesWidget.deleteIntermediateTheoryPlotsByTabId(tab_id) def updateModelFromDataOperationPanel(self, new_item, new_datalist_item): """