mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:35:53 +08:00
Changing an instanceContainer now re-checks the error state of the stacks
CURA-2861
This commit is contained in:
parent
361aee3e3c
commit
bde1e05273
@ -285,6 +285,8 @@ class MachineManager(QObject):
|
|||||||
elif container_type == "quality":
|
elif container_type == "quality":
|
||||||
self.activeQualityChanged.emit()
|
self.activeQualityChanged.emit()
|
||||||
|
|
||||||
|
self._updateStacksHaveErrors()
|
||||||
|
|
||||||
def _onPropertyChanged(self, key, property_name):
|
def _onPropertyChanged(self, key, property_name):
|
||||||
if property_name == "value":
|
if property_name == "value":
|
||||||
# Notify UI items, such as the "changed" star in profile pull down menu.
|
# Notify UI items, such as the "changed" star in profile pull down menu.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user