mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
workaround thetouch event loss problem
This commit is contained in:
parent
58f74b1f61
commit
09ceb9b71b
1 changed files with 4 additions and 0 deletions
|
|
@ -131,6 +131,10 @@ Window {
|
|||
}
|
||||
}
|
||||
}
|
||||
//FIXME: this empty mousearea is a workaround on https://bugreports.qt.io/browse/QTBUG-46545
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
||||
states: [
|
||||
State {
|
||||
|
|
|
|||
Loading…
Reference in a new issue