diff --git a/applethandle.cpp b/applethandle.cpp index a857dffc0..63c5431f5 100644 --- a/applethandle.cpp +++ b/applethandle.cpp @@ -760,10 +760,6 @@ void AppletHandle::startFading(FadeType anim) return; } - if (m_applet) { - m_applet->removeSceneEventFilter(this); - } - if (anim == FadeIn) { time *= 1.0 - m_opacity; } else {