Skip to content
Snippets Groups Projects
Commit 9e05e3e1 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

accountcombobox: force active focus on click

Change-Id: Iafbb43d57dd8efe56ca696e64f7193bb0b24b19a
GitLab: #950
parent 048bdfba
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,10 @@ Label {
id: mouseArea
anchors.fill: parent
hoverEnabled: true
onClicked: togglePopup()
onClicked: {
root.forceActiveFocus()
togglePopup()
}
}
AccountComboBoxPopup {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment