[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:21:52 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=0c1f6af

The following commit has been merged in the master branch:
commit 0c1f6af51af1ffabc9526b9349a46b1130fa9b99
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
---
 plasmoid/org.kde.ktp-chatplasmoid/contents/ui/TextDelegate.qml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/TextDelegate.qml b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/TextDelegate.qml
index 90a5400..4ae8977 100644
--- a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/TextDelegate.qml
+++ b/plasmoid/org.kde.ktp-chatplasmoid/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-text-ui packaging



More information about the pkg-kde-commits mailing list