From 6e22253b97eab336b42de86faefbaeb3f111a566 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Sun, 13 Jul 2008 12:52:09 +0000 Subject: [PATCH] fade out the applet handle on mouse release when it has left its containment CCMAIL: panel-devel@kde.org svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=831848 --- applethandle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/applethandle.cpp b/applethandle.cpp index 367b4759e..8a35678bd 100644 --- a/applethandle.cpp +++ b/applethandle.cpp @@ -429,6 +429,7 @@ void AppletHandle::mouseReleaseEvent(QGraphicsSceneMouseEvent *event) //find out if we were dropped on a panel or something if (leaveCurrentView(event->screenPos())) { + startFading(FadeOut, m_entryPos); Plasma::View *v = Plasma::View::topLevelViewAt(event->screenPos()); if (v && v != m_containment->view()) { Containment *c = v->containment();