mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +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.setPen( palette().highlightedText().color() );
|
||||
// p.setPen( palette().highlightedText().color() );
|
||||
p.setPen( Qt::white );
|
||||
p.drawText( r.adjusted( 8, 8, -8, -8 ), text(), to );
|
||||
}
|
||||
|
Reference in New Issue
Block a user