[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:22 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=39fb2a0

The following commit has been merged in the master branch:
commit 39fb2a09fa8cc6972033239ed59fe3ee6109161e
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu May 17 01:39:50 2012 +0200

    Don't hijack the click event on the TextDelegate
    
    Make it explicit that we are not interested in mouse clicks.
    BUG: 298729
---
 chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml b/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml
index 90a5400..4ae8977 100644
--- a/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/TextDelegate.qml
@@ -55,5 +55,7 @@ PlasmaComponents.Label {
         id: mouseArea
         anchors.fill: parent
         hoverEnabled: true
+        //we just want to know if the mouse is there, otherwise prevents links from being clicked
+        acceptedButtons: Qt.NoButton
     }
 }

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list