2
0
mirror of synced 2025-02-08 12:45:14 +00:00

fix(StatusBaseInput): Fix focus area

Closes: #241
This commit is contained in:
B.Melnik 2021-07-09 10:47:39 +03:00 committed by Pascal Precht
parent 8155d9a218
commit f2d36d3d80

View File

@ -124,6 +124,13 @@ Item {
}
}
} // Flickable
MouseArea {
anchors.fill: parent
cursorShape: Qt.IBeamCursor
enabled: !edit.activeFocus
onClicked: edit.forceActiveFocus()
}
} // Rectangle
StatusFlatRoundButton {