mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Treeview expanders shouldn't be Dark, they should be Text
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user