The mysterious Override window type strikes once again.
svn path=/trunk/kdebase/kwin/; revision=323538
This commit is contained in:
parent
e0ebeb3c26
commit
5acf67728a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue