Commit 38b043ff authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

Merge pull request #36 from filippz/master

Fix swiping away from apps
parents 7ce1e5f7 f356cc60
......@@ -9,7 +9,7 @@ Name: lipstick-glacier-home-qt5
# << macros
Summary: A nice homescreen for Glacier experience
Version: 0.21
Version: 0.22
Release: 1
Group: System/GUI/Other
License: BSD
......
Name: lipstick-glacier-home-qt5
Summary: A nice homescreen for Glacier experience
Version: 0.21
Version: 0.22
Release: 1
Group: System/GUI/Other
License: BSD
......
......@@ -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