mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +00:00
widgets/notifications: Fix background clicking being on top of notifications
This commit is contained in:
parent
635f86e02f
commit
55efc9165e
1 changed files with 2 additions and 0 deletions
|
|
@ -124,9 +124,11 @@ Item {
|
||||||
criteria: ViewSection.FullString
|
criteria: ViewSection.FullString
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// implement background clicking signal
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onClicked: root.backgroundClicked()
|
onClicked: root.backgroundClicked()
|
||||||
|
z: -1 // ensure that this is below notification items so we don't steal button clicks
|
||||||
}
|
}
|
||||||
|
|
||||||
PlasmaExtras.PlaceholderMessage {
|
PlasmaExtras.PlaceholderMessage {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue