"checkedState" is now "checkState" in newer CheckBox

Remove partiallyCheckedEnabled since Cura.CheckBox manages this itself.
This commit is contained in:
j.delarago 2022-01-21 18:16:16 +01:00
parent 9b11483428
commit 4c9c2ad131
2 changed files with 4 additions and 5 deletions

View file

@ -37,7 +37,7 @@ MenuItem
anchors.verticalCenter: parent.verticalCenter
anchors.left: parent.left
anchors.leftMargin: UM.Theme.getSize("default_margin").width
source: UM.Theme.getIcon("Check")
source: UM.Theme.getIcon("EmptyCheck", "low")
color: UM.Theme.getColor("setting_control_text")
}