When finishing compositing we have to trigger a decoration repaint or there will be artefacts.
svn path=/trunk/KDE/kdebase/workspace/; revision=961903
This commit is contained in:
parent
8cc4b8fd44
commit
9868b062c1
1 changed files with 1 additions and 0 deletions
|
@ -920,6 +920,7 @@ void Client::finishCompositing()
|
|||
{
|
||||
Toplevel::finishCompositing();
|
||||
updateVisibility();
|
||||
triggerDecorationRepaint();
|
||||
}
|
||||
|
||||
bool Client::shouldUnredirect() const
|
||||
|
|
Loading…
Reference in a new issue