[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:51 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=a2aa2ab

The following commit has been merged in the master branch:
commit a2aa2ab72bcbc375e7365fd79dd1128b602474ae
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Aug 7 15:02:36 2015 +0200

    Fix qml touchpad interface
    
    On release, forget about the last position
---
 app/qml/mousepad.qml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/qml/mousepad.qml b/app/qml/mousepad.qml
index 6586f78..302d16d 100644
--- a/app/qml/mousepad.qml
+++ b/app/qml/mousepad.qml
@@ -44,6 +44,9 @@ ColumnLayout
             }
             lastPos = Qt.point(mouse.x, mouse.y);
         }
+        onReleased: {
+            lastPos = Qt.point(-1, -1)
+        }
     }
     RowLayout {
         Layout.fillWidth: true

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list