The mysterious Override window type strikes once again.

svn path=/trunk/kdebase/kwin/; revision=323538
This commit is contained in:
Luboš Luňák 2004-06-25 12:11:28 +00:00
parent e0ebeb3c26
commit 5acf67728a

View file

@ -1518,7 +1518,7 @@ bool Client::isResizable() const
{ {
if( !motif_may_resize || isFullScreen()) if( !motif_may_resize || isFullScreen())
return false; return false;
if( isSpecialWindow() || isSplash() || isToolbar()) if(( isSpecialWindow() || isSplash() || isToolbar()) && !isOverride())
return false; return false;
if( maximizeMode() == MaximizeFull && !options->moveResizeMaximizedWindows() ) if( maximizeMode() == MaximizeFull && !options->moveResizeMaximizedWindows() )
return false; return false;