Move base hovered logic out of ComboBox.qml since base is undefined in most places the component is used.

CURA-9424
This commit is contained in:
Joey de l'Arago 2022-11-15 14:08:47 +01:00
parent 90ce031b27
commit e4ad9cb48c
5 changed files with 7 additions and 1 deletions

View file

@ -150,6 +150,7 @@ Item
width: parent.width / 2 - UM.Theme.getSize("default_margin").width
height: UM.Theme.getSize("setting_control").height
textRole: "text"
forceHighlight: base.hovered
model: ListModel
{