stop the timer when we start the anim to prevent timer/hide/shows anyways ;)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=759692
This commit is contained in:
Aaron J. Seigo 2008-01-11 05:11:08 +00:00
parent f46a6a269c
commit e8eca7eb2a

View File

@ -557,6 +557,7 @@ void AppletHandle::startFading(FadeType anim)
}
qreal time = 250;
m_hoverTimer->stop();
if (m_applet) {
m_applet->removeSceneEventFilter(this);