This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/117824/

This change has been marked as submitted.


Review request for Plasma and Alexander Richardson.
By Martin Gräßlin.

Updated April 30, 2014, 11:18 a.m.

Bugs: 333482
Repository: plasma-framework

Description

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.

BUG: 333482

Diffs

  • src/declarativeimports/core/windowthumbnail.cpp (d1a7fef1fc5fd119592710d80274d2abe0c8b3b1)

View Diff