Explorar o código

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

UI: Rename deprecated QPalette::ColorRole
Jim %!s(int64=5) %!d(string=hai) anos
pai
achega
e0cdb99643
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UI/window-remux.cpp

+ 1 - 1
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);
 		}