Don't unshade shaded windows before minimizing.

svn path=/trunk/kdebase/kwin/; revision=85565
icc-effect-5.14.5
Wilco Greven 2001-03-06 09:17:43 +00:00
parent 8e8341d6ec
commit 002f6b83c9
1 changed files with 0 additions and 3 deletions

View File

@ -1706,9 +1706,6 @@ void Client::iconify()
if ( !isMinimizable() )
return;
if ( isShade() )
setShade( FALSE );
setMappingState( IconicState );
Events::raise( Events::Iconify );