mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
Stack changes now also ensure that validation state change signal is emitted
CURA-1890
This commit is contained in:
parent
b69388525f
commit
923e4de4ed
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ class MachineManager(QObject):
|
|||
self._global_container_stack.containersChanged.connect(self._onInstanceContainersChanged)
|
||||
self._global_container_stack.propertyChanged.connect(self._onGlobalPropertyChanged)
|
||||
self._global_stack_valid = not self._checkStackForErrors(self._global_container_stack)
|
||||
|
||||
self.globalValidationChanged.emit()
|
||||
material = self._global_container_stack.findContainer({"type": "material"})
|
||||
material.nameChanged.connect(self._onMaterialNameChanged)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue