Set selector text colour

This commit is contained in:
Craig Drummond
2018-02-14 22:25:22 +00:00
parent e496c99989
commit 63ab3d6df9

View File

@@ -243,6 +243,7 @@ void View::setPal(const QPalette &pal, const QColor &linkColor, const QColor &pr
header->setPalette(hdrPal);
if (selector) {
selector->setPalette(hdrPal);
selector->setColor(pal.text().color());
}
}