mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:28:59 +08:00
Also apply container changes when no user interaction is required - CURA-4447
This commit is contained in:
parent
e63616ca41
commit
d2ef373d19
@ -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…
x
Reference in New Issue
Block a user