Skip to content

Commit

Permalink
Forgot to save this file :P
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrake-merani committed Dec 18, 2024
1 parent 8ca736a commit 3e888fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sas/qtgui/MainWindow/GuiManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 3e888fd

Please sign in to comment.