[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:18:13 UTC 2016


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

The following commit has been merged in the master branch:
commit 76d36a81865fd76b2055559f8864f1ed24900ae5
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Feb 20 03:56:12 2013 +0100

    Fix hovering contact buttons
    
    If we have the icon item as the target for the tooltip, the tool button's
    hovering state gets broken and it only works when the mouse is on the
    margin between the contact picture and the button frame.
    This patch fixes this by attaching to the parent item, so that it keeps
    getting the mouse events.
    
    REVIEW: 109038
---
 chat/org.kde.ktp-chat/contents/ui/ConversationDelegateButton.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/ConversationDelegateButton.qml b/chat/org.kde.ktp-chat/contents/ui/ConversationDelegateButton.qml
index e1067db..a34050a 100644
--- a/chat/org.kde.ktp-chat/contents/ui/ConversationDelegateButton.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/ConversationDelegateButton.qml
@@ -42,7 +42,7 @@ PlasmaComponents.ToolButton
     
     PlasmaCore.ToolTip {
       id: tooltip
-      target: icon
+      target: parent
     }
     
     Loader {

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list