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:
parent
1c59c73ae2
commit
ccd106ac36
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user