From 566bd7ce9688b893b1ae109d4b9e816aa924477c Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sat, 24 Feb 2024 13:34:58 -0800 Subject: [PATCH] Fixed background color of status component --- src/bar.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bar.cpp b/src/bar.cpp index b731220..3bfd7ff 100644 --- a/src/bar.cpp +++ b/src/bar.cpp @@ -307,7 +307,6 @@ void Bar::renderStatus() cairo_fill(_painter); _x = start; - setColorScheme(colorInactive, false); if (_statusCmp.width() > 0) { renderComponent(_statusCmp);