mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:19:15 +08:00
Fix warning about unknown property "index" in SidebarHeader
CURA-333
This commit is contained in:
parent
e6bc28c30c
commit
540cc55b65
@ -117,7 +117,7 @@ Column
|
|||||||
onGlobalContainerChanged:
|
onGlobalContainerChanged:
|
||||||
{
|
{
|
||||||
base.currentExtruderIndex = -1;
|
base.currentExtruderIndex = -1;
|
||||||
ExtruderManager.setActiveExtruderIndex(index);
|
ExtruderManager.setActiveExtruderIndex(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user