mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 18:24:46 +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: [
|
states: [
|
||||||
State {
|
State {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue