fixed bug on bottom border when window is maximized

svn path=/trunk/KDE/kdebase/workspace/; revision=1046964
This commit is contained in:
Hugo Pereira Da Costa 2009-11-10 02:44:19 +00:00
parent be610ef415
commit 92a21a8ee2

View file

@ -239,7 +239,7 @@ namespace Oxygen
case LM_BorderBottom:
{
int border( 0 );
if( respectWindowState && maximized && lm != LM_BorderBottom )
if( respectWindowState && maximized )
{
border = 0;