mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
11 lines
609 B
Diff
11 lines
609 B
Diff
|
--- old/qtbase/src/widgets/styles/qstylesheetstyle.cpp
|
||
|
+++ new/qtbase/src/widgets/styles/qstylesheetstyle.cpp
|
||
|
@@ -1465,7 +1465,6 @@ void QRenderRule::configurePalette(QPalette *p, QPalette::ColorGroup cg, const Q
|
||
|
p->setBrush(cg, w->foregroundRole(), pal->foreground);
|
||
|
p->setBrush(cg, QPalette::WindowText, pal->foreground);
|
||
|
p->setBrush(cg, QPalette::Text, pal->foreground);
|
||
|
- p->setBrush(cg, QPalette::PlaceholderText, pal->foreground);
|
||
|
}
|
||
|
if (pal->selectionBackground.style() != Qt::NoBrush)
|
||
|
p->setBrush(cg, QPalette::Highlight, pal->selectionBackground);
|