fix(StatusBaseInput): Fixed border color on active focus loss (#643)
This commit is contained in:
parent
31e90c2d47
commit
1d9abf8e95
@ -296,11 +296,12 @@ Item {
|
|||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
id: sensor
|
id: sensor
|
||||||
enabled: !edit.activeFocus
|
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
cursorShape: Qt.IBeamCursor
|
cursorShape: Qt.IBeamCursor
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
if (edit.activeFocus)
|
||||||
|
return;
|
||||||
edit.forceActiveFocus()
|
edit.forceActiveFocus()
|
||||||
root.editClicked()
|
root.editClicked()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user