From 002f6b83c93cd8b4dfe796ecfa204c517139f2a6 Mon Sep 17 00:00:00 2001 From: Wilco Greven Date: Tue, 6 Mar 2001 09:17:43 +0000 Subject: [PATCH] Don't unshade shaded windows before minimizing. svn path=/trunk/kdebase/kwin/; revision=85565 --- client.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/client.cpp b/client.cpp index 010c38d4c3..ef57d8b631 100644 --- a/client.cpp +++ b/client.cpp @@ -1706,9 +1706,6 @@ void Client::iconify() if ( !isMinimizable() ) return; - if ( isShade() ) - setShade( FALSE ); - setMappingState( IconicState ); Events::raise( Events::Iconify );