no mask in borderless-titleless mode
svn path=/trunk/KDE/kdebase/workspace/; revision=1133541
This commit is contained in:
parent
fa7b782462
commit
29320ccd26
1 changed files with 2 additions and 1 deletions
|
@ -272,7 +272,8 @@ namespace Oxygen
|
|||
if( configuration().frameBorder() == Configuration::BorderNone && !isShade() )
|
||||
{
|
||||
|
||||
return compositingActive() ?
|
||||
if( configuration().hideTitleBar() ) return QRegion();
|
||||
else return compositingActive() ?
|
||||
helper().decoRoundedMask( frame, 1, 1, 1, 0 ):
|
||||
helper().roundedMask( frame, 1, 1, 1, 0 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue