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 ...@@ -9,7 +9,7 @@ Name: lipstick-glacier-home-qt5
# << macros # << macros
Summary: A nice homescreen for Glacier experience Summary: A nice homescreen for Glacier experience
Version: 0.21 Version: 0.22
Release: 1 Release: 1
Group: System/GUI/Other Group: System/GUI/Other
License: BSD License: BSD
......
Name: lipstick-glacier-home-qt5 Name: lipstick-glacier-home-qt5
Summary: A nice homescreen for Glacier experience Summary: A nice homescreen for Glacier experience
Version: 0.21 Version: 0.22
Release: 1 Release: 1
Group: System/GUI/Other Group: System/GUI/Other
License: BSD License: BSD
......
...@@ -43,7 +43,7 @@ MouseArea { ...@@ -43,7 +43,7 @@ MouseArea {
// Internal // Internal
property int _mouseStart property int _mouseStart
property Item _mapTo: Lipstick.compositor.topmostWindow.window property Item _mapTo: Lipstick.compositor.homeActive ? Lipstick.compositor.topmostWindow.window : parent
function mouseToMouseReal(m) { function mouseToMouseReal(m) {
return mapToItem(_mapTo, m.x, m.y) 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