Recalculate the number of user settings after setting the quality group

So that the dialog ensures actually knows that there are no changed settings and will not show up.

CURA-7728
This commit is contained in:
Kostas Karmas 2020-10-06 09:55:11 +02:00
parent 55f0c10f94
commit f25bfd717e

View file

@ -1153,6 +1153,7 @@ class MachineManager(QObject):
extruder.qualityChanges = quality_changes_container
self.setIntentByCategory(quality_changes_group.intent_category)
self._reCalculateNumUserSettings()
self.activeQualityGroupChanged.emit()
self.activeQualityChangesGroupChanged.emit()