Applauncher: fix clicking in the panel bg would close the panel.
This commit is contained in:
parent
8c7f6e491d
commit
b7f103cc99
1 changed files with 5 additions and 0 deletions
|
|
@ -210,6 +210,11 @@ PanelWithOverlay {
|
|||
root.selectedIndex = 0;
|
||||
}
|
||||
|
||||
// Prevent closing when clicking in the panel bg
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
width: 460
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue