Don't unshade shaded windows before minimizing.
svn path=/trunk/kdebase/kwin/; revision=85565
This commit is contained in:
parent
8e8341d6ec
commit
002f6b83c9
1 changed files with 0 additions and 3 deletions
|
@ -1706,9 +1706,6 @@ void Client::iconify()
|
||||||
if ( !isMinimizable() )
|
if ( !isMinimizable() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if ( isShade() )
|
|
||||||
setShade( FALSE );
|
|
||||||
|
|
||||||
setMappingState( IconicState );
|
setMappingState( IconicState );
|
||||||
Events::raise( Events::Iconify );
|
Events::raise( Events::Iconify );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue