mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Setting textfield now updates correctly, even when mouse is hovering another text field.
CURA-1278
This commit is contained in:
parent
a08e71774d
commit
6164112bf2
1 changed files with 1 additions and 3 deletions
|
@ -16,8 +16,6 @@ SettingItem
|
|||
|
||||
anchors.fill: parent
|
||||
|
||||
property alias hovered: mouseArea.containsMouse;
|
||||
|
||||
border.width: UM.Theme.getSize("default_lining").width
|
||||
border.color: !enabled ? UM.Theme.getColor("setting_control_disabled_border") : hovered ? UM.Theme.getColor("setting_control_border_highlight") : UM.Theme.getColor("setting_control_border")
|
||||
|
||||
|
@ -74,7 +72,7 @@ SettingItem
|
|||
{
|
||||
id: mouseArea
|
||||
anchors.fill: parent;
|
||||
hoverEnabled: true;
|
||||
//hoverEnabled: true;
|
||||
cursorShape: Qt.IBeamCursor
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue