Also apply container changes when no user interaction is required - CURA-4447

This commit is contained in:
ChrisTerBeke 2017-10-23 15:50:42 +02:00
parent e63616ca41
commit d2ef373d19

View file

@ -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.