Fixed background color of status component

This commit is contained in:
Mahesh Asolkar 2024-02-24 13:34:58 -08:00
parent 0222481887
commit 566bd7ce96
1 changed files with 0 additions and 1 deletions

View File

@ -307,7 +307,6 @@ void Bar::renderStatus()
cairo_fill(_painter);
_x = start;
setColorScheme(colorInactive, false);
if (_statusCmp.width() > 0)
{
renderComponent(_statusCmp);