mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Also apply container changes when no user interaction is required - CURA-4447
This commit is contained in:
parent
e63616ca41
commit
d2ef373d19
1 changed files with 1 additions and 0 deletions
|
@ -879,6 +879,7 @@ class MachineManager(QObject):
|
|||
setting_info["stack"].sendPostponedEmits()
|
||||
|
||||
if not has_user_interaction:
|
||||
self._executeDelayedActiveContainerStackChanges()
|
||||
self.activeQualityChanged.emit()
|
||||
|
||||
## Used to update material and variant in the active container stack with a delay.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue