mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 20:56:39 +00:00
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 {
|
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