diff --git a/UI/window-remux.cpp b/UI/window-remux.cpp index 674cf30eeba1b79c6cf81a46310629a78e81eec5..6330cbecbbd2cc5933cbe96c4ba20dd0dd7470e8 100644 --- a/UI/window-remux.cpp +++ b/UI/window-remux.cpp @@ -192,7 +192,7 @@ void RemuxEntryPathItemDelegate::paint(QPainter *painter, if (state != Ready) { QColor background = localOption.palette.color( QPalette::ColorGroup::Disabled, - QPalette::ColorRole::Background); + QPalette::ColorRole::Window); localOption.backgroundBrush = QBrush(background); }