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:
Luboš Luňák 2003-12-19 17:05:50 +00:00
parent 2635bda927
commit 2d272e0a87

View file

@ -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();