From e21fa134ab43b2386441b2bca114df0775f375ac Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Sun, 8 Oct 2000 13:43:12 +0000 Subject: [PATCH] detail svn path=/trunk/kdebase/kwin/; revision=66779 --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index 025945809b..392f527af0 100644 --- a/client.cpp +++ b/client.cpp @@ -987,7 +987,7 @@ bool Client::configureRequest( XConfigureRequestEvent& e ) && ( ns.width() < area.width() || ns.height() < area.height() ) ) { geom_restore.setSize( ns ); maximize( Client::MaximizeRestore ); - } else { + } else if ( !isMaximized() ) { if ( ns == size() ) return TRUE; // broken xemacs stuff (ediff) resize( ns );