mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
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:
parent
55f0c10f94
commit
f25bfd717e
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue