diff --git a/cura/Machines/Models/IntentModel.py b/cura/Machines/Models/IntentModel.py index b9839aa2ad..c67544e2f6 100644 --- a/cura/Machines/Models/IntentModel.py +++ b/cura/Machines/Models/IntentModel.py @@ -33,6 +33,7 @@ class IntentModel(ListModel): if self._intent_category != new_category: self._intent_category = new_category self._intent_category_changed.emit() + self._update() @pyqtProperty(str, fset = setIntentCategory, notify = _intent_category_changed) def intentCategory(self) -> str: