Skip to content

Commit

Permalink
Merge pull request #2567 from SasView/2564-data-name-is-not-changed-f…
Browse files Browse the repository at this point in the history
…or-constraints-when-swapping

Added model reload signal on data swap
  • Loading branch information
butlerpd authored Aug 1, 2023
2 parents 46e9481 + 418c42c commit c8a3cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ def data(self, value):
self.smearing_widget.resetSmearer()
# Enable/disable UI components
self.setEnablementOnDataLoad()
# Reinitialize model list for constrained/simult fitting
self.newModelSignal.emit()

def initializeGlobals(self):
"""
Expand Down

0 comments on commit c8a3cc5

Please # to comment.