Repaint the whole window in the taskbar thumbnail

this really kills my windowstrip artifacts
This commit is contained in:
Sebastian Kügler 2011-09-22 11:23:22 +02:00
parent f931cd22f9
commit c6c800b451

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.translated(w->pos()));
w->addRepaintFull();
}
thumbnails.remove(w);
QByteArray data = w->readProperty(atom, atom, 32);