Loading workspace now activates the machine and notifies everyone that it was changed

CURA-1263
This commit is contained in:
Jaime van Kessel 2016-11-14 13:30:28 +01:00
parent d5229992df
commit 8ae0cfd848
2 changed files with 20 additions and 2 deletions

View file

@ -277,7 +277,7 @@ class MachineManager(QObject):
def _onInstanceContainersChanged(self, container):
container_type = container.getMetaDataEntry("type")
if container_type == "material":
self.activeMaterialChanged.emit()
elif container_type == "variant":