Merge pull request #2215 from jpark37/qpalette-enum-fix

UI: Rename deprecated QPalette::ColorRole
This commit is contained in:
Jim
2019-12-02 01:47:35 -08:00
committed by GitHub

View File

@@ -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);
}