Changing an instanceContainer now re-checks the error state of the stacks

CURA-2861
This commit is contained in:
Jaime van Kessel 2016-11-25 14:54:32 +01:00
parent 361aee3e3c
commit bde1e05273

View file

@ -285,6 +285,8 @@ class MachineManager(QObject):
elif container_type == "quality":
self.activeQualityChanged.emit()
self._updateStacksHaveErrors()
def _onPropertyChanged(self, key, property_name):
if property_name == "value":
# Notify UI items, such as the "changed" star in profile pull down menu.