From 5acf67728aedef29962748d756762525c35e4445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 25 Jun 2004 12:11:28 +0000 Subject: [PATCH] The mysterious Override window type strikes once again. svn path=/trunk/kdebase/kwin/; revision=323538 --- geometry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geometry.cpp b/geometry.cpp index 35bfed7472..5d0fcb35df 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -1518,7 +1518,7 @@ bool Client::isResizable() const { if( !motif_may_resize || isFullScreen()) return false; - if( isSpecialWindow() || isSplash() || isToolbar()) + if(( isSpecialWindow() || isSplash() || isToolbar()) && !isOverride()) return false; if( maximizeMode() == MaximizeFull && !options->moveResizeMaximizedWindows() ) return false;