Treeview expanders shouldn't be Dark, they should be Text

This commit is contained in:
baldurk
2017-07-20 12:44:31 +01:00
parent 9a782158fd
commit 3ea74aa73b
@@ -159,7 +159,7 @@ void RDTweakedNativeStyle::drawPrimitive(PrimitiveElement element, const QStyleO
bool aa = p->testRenderHint(QPainter::Antialiasing);
p->setRenderHint(QPainter::Antialiasing);
QColor col = opt->palette.color(QPalette::Dark);
QColor col = opt->palette.color(QPalette::Text);
if(opt->state & State_MouseOver)
{