mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Loading workspace now activates the machine and notifies everyone that it was changed
CURA-1263
This commit is contained in:
parent
d5229992df
commit
8ae0cfd848
2 changed files with 20 additions and 2 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue