mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 13:39:00 +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:
|
||||
{
|
||||
base.currentExtruderIndex = -1;
|
||||
ExtruderManager.setActiveExtruderIndex(index);
|
||||
ExtruderManager.setActiveExtruderIndex(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user