mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 20:58:58 +08:00
Fix model binding for objectSelector
This commit is contained in:
parent
ee05dc7b47
commit
91651a34d4
@ -116,10 +116,15 @@ Item
|
|||||||
|
|
||||||
delegate: ObjectItemButton
|
delegate: ObjectItemButton
|
||||||
{
|
{
|
||||||
|
id: modelButton
|
||||||
|
Binding
|
||||||
|
{
|
||||||
|
target: modelButton
|
||||||
|
property: "checked"
|
||||||
|
value: model.selected
|
||||||
|
}
|
||||||
text: model.name
|
text: model.name
|
||||||
width: listView.width
|
width: listView.width
|
||||||
|
|
||||||
checked: model.selected
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user