mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Ensure bool and enum settings get control highlighted on hover
This commit is contained in:
parent
e8cd5723c9
commit
867a881de9
3 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,6 @@ SettingItem
|
|||
{
|
||||
id: base
|
||||
property var focusItem: control
|
||||
|
||||
contents: Cura.ComboBox
|
||||
{
|
||||
id: control
|
||||
|
@ -21,6 +20,7 @@ SettingItem
|
|||
textRole: "value"
|
||||
|
||||
anchors.fill: parent
|
||||
highlighted: base.hovered
|
||||
|
||||
onActivated:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue