mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
prevent control from eating events
This commit is contained in:
parent
fc640f9827
commit
5bd75786bc
1 changed files with 4 additions and 0 deletions
|
|
@ -32,5 +32,9 @@ QQC2.Control {
|
|||
|
||||
background: PlasmaCore.FrameSvgItem {
|
||||
imagePath: "widgets/background"
|
||||
// This MouseArea just prevents the Control from eating pure touch event (breaking flickables)
|
||||
MouseArea {
|
||||
anchors.fill:parent
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue