In r1.395, I forgot to unmap the wrapper window too. As it has no background
set, it remembers the contents of the unmapped client window, therefore the ugly effect actually stayed. svn path=/trunk/kdebase/kwin/; revision=273891
This commit is contained in:
parent
2635bda927
commit
2d272e0a87
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ void Client::releaseWindow( bool on_shutdown )
|
|||
{
|
||||
workspace()->clientHidden( this );
|
||||
XUnmapWindow( qt_xdisplay(), window()); // destroying decoration would cause ugly visual effect
|
||||
XUnmapWindow( qt_xdisplay(), wrapperId());
|
||||
}
|
||||
destroyDecoration();
|
||||
cleanGrouping();
|
||||
|
|
Loading…
Reference in a new issue