Commit ade79c5f authored by Filip Matijević's avatar Filip Matijević

[rotation] fix swiping away from apps

parent 7ce1e5f7
......@@ -43,7 +43,7 @@ MouseArea {
// Internal
property int _mouseStart
property Item _mapTo: Lipstick.compositor.topmostWindow.window
property Item _mapTo: Lipstick.compositor.homeActive ? Lipstick.compositor.topmostWindow.window : parent
function mouseToMouseReal(m) {
return mapToItem(_mapTo, m.x, m.y)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment