fix(StatusBaseInput): Fix focus area

Closes: #241
This commit is contained in:
B.Melnik 2021-07-09 10:47:39 +03:00 committed by Michał Cieślak
parent 15b8d1e896
commit 056704f68d
1 changed files with 7 additions and 0 deletions

View File

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