allow clicking off textboxes in the control pane

This commit is contained in:
erinn 2019-03-20 14:13:30 -07:00
parent 5ac792826a
commit 9f8863559d
1 changed files with 9 additions and 1 deletions

View File

@ -8,7 +8,15 @@ ColumnLayout {
id: root
MyProfile{ // CURRENT PROFILE INFO AND CONTROL BAR
MouseArea {
anchors.fill: parent
onClicked: {
forceActiveFocus()
}
}
MyProfile{ // CURRENT PROFILE INFO AND CONTROL BAR
id: myprof
}