[Bug 156844] Poor plasma performance after wallpaper change
Marco Martin
notmart at gmail.com
Wed Jan 30 16:37:31 CET 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=156844
------- Additional Comments From notmart gmail com 2008-01-30 16:37 -------
i also have the problem i think was is introduced when a phase animation was used for the slideshow
the part
if (m_fadeOutAnimId) {
painter->drawPixmap(option->exposedRect, Plasma::Phase::self()->animationResult(m_fadeOutAnimId), option->exposedRect);
}
if (m_fadeInAnimId) {
painter->drawPixmap(option->exposedRect, Plasma::Phase::self()->animationResult(m_fadeInAnimId), option->exposedRect);
}
in desktop.cpp around line 435 seems to be a resource hog, is there a simple way to check if that two phase anims are completed (and therefore paint the background in the usual way)?
More information about the Panel-devel
mailing list