Repaint old area of the thumbnail

Fixes repaint issue in Active's windowstrip.

Made up by Martin

BUG:282150
icc-effect-5.14.5
Sebastian Kügler 2011-09-19 17:07:58 +02:00
parent a05eecf4f0
commit c9e42abcc4
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ void TaskbarThumbnailEffect::slotPropertyNotify(EffectWindow* w, long a)
if (!w || a != atom)
return;
foreach (const Data & thumb, thumbnails.values(w)) {
w->addRepaint(thumb.rect);
w->addRepaint(thumb.rect.translated(w->pos()));
}
thumbnails.remove(w);
QByteArray data = w->readProperty(atom, atom, 32);