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