let's try to fix this just another time.

don't remove the scene event filter on start fading otherwise the
previous fix will work a single time.
(really need to kill this file some day:)

BUG: 164628

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=823868
This commit is contained in:
Marco Martin 2008-06-24 12:11:17 +00:00
parent 1c59c73ae2
commit ccd106ac36

View File

@ -760,10 +760,6 @@ void AppletHandle::startFading(FadeType anim)
return; return;
} }
if (m_applet) {
m_applet->removeSceneEventFilter(this);
}
if (anim == FadeIn) { if (anim == FadeIn) {
time *= 1.0 - m_opacity; time *= 1.0 - m_opacity;
} else { } else {