mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Hardcode foreground color for OverlayWidgets. Needs improved color management eventually.
This commit is contained in:
@@ -248,6 +248,7 @@ OverlayWidget::paintEvent( QPaintEvent* event )
|
|||||||
}
|
}
|
||||||
|
|
||||||
p.setFont( f );
|
p.setFont( f );
|
||||||
p.setPen( palette().highlightedText().color() );
|
// p.setPen( palette().highlightedText().color() );
|
||||||
|
p.setPen( Qt::white );
|
||||||
p.drawText( r.adjusted( 8, 8, -8, -8 ), text(), to );
|
p.drawText( r.adjusted( 8, 8, -8, -8 ), text(), to );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user