diff --git a/clients/oxygen/oxygenclient.cpp b/clients/oxygen/oxygenclient.cpp index 2ec77801df..8290cc2bb3 100644 --- a/clients/oxygen/oxygenclient.cpp +++ b/clients/oxygen/oxygenclient.cpp @@ -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 );