mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-03 12:03:57 -06:00
Changing an instanceContainer now re-checks the error state of the stacks
CURA-2861
This commit is contained in:
parent
361aee3e3c
commit
bde1e05273
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue