mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-14 02:14:21 +01:00
Fix the appearance of the free space bar on Windows 7
This commit is contained in:
parent
4ffe0739dd
commit
1bb859f4bb
@ -66,7 +66,7 @@ void FreeSpaceBar::paintEvent(QPaintEvent*) {
|
||||
// Draw the reflection
|
||||
// Create the reflected pixmap
|
||||
QImage reflection(reflection_rect.size(), QImage::Format_ARGB32_Premultiplied);
|
||||
reflection.fill(Qt::transparent);
|
||||
reflection.fill(palette().color(QPalette::Background).rgba());
|
||||
QPainter p(&reflection);
|
||||
|
||||
// Set up the transformation
|
||||
|
Loading…
Reference in New Issue
Block a user