respect the no border hint for windows that aren't maximized in case of
borderlessMaximizedWindows() svn path=/trunk/KDE/kdebase/workspace/; revision=1035170
This commit is contained in:
parent
69044acd66
commit
36b39da955
1 changed files with 1 additions and 1 deletions
|
@ -2219,7 +2219,7 @@ void Client::changeMaximize( bool vertical, bool horizontal, bool adjust )
|
||||||
clientArea = workspace()->clientArea( MaximizeArea, this );
|
clientArea = workspace()->clientArea( MaximizeArea, this );
|
||||||
|
|
||||||
if( options->borderlessMaximizedWindows() )
|
if( options->borderlessMaximizedWindows() )
|
||||||
setNoBorder(max_mode == MaximizeFull);
|
setNoBorder(app_noborder || max_mode == MaximizeFull);
|
||||||
|
|
||||||
// save sizes for restoring, if maximalizing
|
// save sizes for restoring, if maximalizing
|
||||||
if( !adjust && !( y() == clientArea.top() && height() == clientArea.height()))
|
if( !adjust && !( y() == clientArea.top() && height() == clientArea.height()))
|
||||||
|
|
Loading…
Reference in a new issue