fixed bug on bottom border when window is maximized
svn path=/trunk/KDE/kdebase/workspace/; revision=1046964
This commit is contained in:
parent
be610ef415
commit
92a21a8ee2
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ namespace Oxygen
|
|||
case LM_BorderBottom:
|
||||
{
|
||||
int border( 0 );
|
||||
if( respectWindowState && maximized && lm != LM_BorderBottom )
|
||||
if( respectWindowState && maximized )
|
||||
{
|
||||
|
||||
border = 0;
|
||||
|
|
Loading…
Reference in a new issue