Skip to content

Commit

Permalink
Merge pull request #2013 from SasView/plugin_list_update_1597
Browse files Browse the repository at this point in the history
Enable model update on adding new plugin. #1597
  • Loading branch information
butlerpd authored Feb 5, 2022
2 parents d304e46 + 9f65788 commit fa894c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -1336,9 +1336,7 @@ def onCustomModelChange(self):
if self.cbCategory.currentText() != CATEGORY_CUSTOM: return

current_text = self.cbModel.currentText()
self.cbModel.blockSignals(True)
self.cbModel.clear()
self.cbModel.blockSignals(False)
self.enableModelCombo()
self.disableStructureCombo()
# Retrieve the list of models
Expand Down

0 comments on commit fa894c5

Please sign in to comment.