Repaint the whole window in the taskbar thumbnail
this really kills my windowstrip artifacts
This commit is contained in:
parent
f931cd22f9
commit
c6c800b451
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue