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
This commit is contained in:
parent
4b0afa6fa7
commit
6e22253b97
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user