Revision af5a855...
Go back to digest for 4th May 2014Bug Fixes in KDE Base
Martin Gräßlin committed changes in [plasma-framework] src/declarativeimports/core/windowthumbnail.cpp:
Discard window thumbnail pixmap after texture got destroyed by SceneGraph
If the window holding the WindowThumbnail item goes away the texture hold
by the node is destroyed but our bound window pixmap is not yet freed.
This results in incorrect state the next time the WindowThumbnail is
shown.
To get back into a clean state discardPixmap() is called if there is no
texture but a bound low level pixmap.
REVIEW: 117824
File Changes
Modified 1 files
- src/declarativeimports/core/windowthumbnail.cpp
1 files changed in total