mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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()
|
setting_info["stack"].sendPostponedEmits()
|
||||||
|
|
||||||
if not has_user_interaction:
|
if not has_user_interaction:
|
||||||
|
self._executeDelayedActiveContainerStackChanges()
|
||||||
self.activeQualityChanged.emit()
|
self.activeQualityChanged.emit()
|
||||||
|
|
||||||
## Used to update material and variant in the active container stack with a delay.
|
## 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