diff --git a/clients/oxygen/oxygenclient.cpp b/clients/oxygen/oxygenclient.cpp index f633c3d962..b210c6e2f0 100644 --- a/clients/oxygen/oxygenclient.cpp +++ b/clients/oxygen/oxygenclient.cpp @@ -1897,7 +1897,7 @@ namespace Oxygen renderWindowBackground( &painter, geometry, widget(), widget()->palette() ); // darken background if item is inactive - const bool itemActive = !( itemValid && tabId(index) != currentTabId() ); + const bool itemActive = (tabCount() <= 1) || !( itemValid && tabId(index) != currentTabId() ); if( !itemActive ) {