mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 12:02:48 +01:00
Draw the arrow on the moodbar before fading out
This commit is contained in:
parent
0533f015cf
commit
74a83a2f7c
@ -154,8 +154,6 @@ void MoodbarLoader::RequestFinished(MoodbarPipeline* request, const QUrl& url) {
|
||||
}
|
||||
}
|
||||
|
||||
qLog(Debug) << "Deleting" << request;
|
||||
|
||||
// Remove the request from the active list and delete it
|
||||
requests_.remove(url);
|
||||
active_requests_.remove(url);
|
||||
|
@ -149,6 +149,9 @@ void MoodbarProxyStyle::Render(
|
||||
EnsureMoodbarRendered();
|
||||
}
|
||||
fade_target_ = moodbar_pixmap_;
|
||||
QPainter p(&fade_target_);
|
||||
DrawArrow(option, &p);
|
||||
p.end();
|
||||
}
|
||||
|
||||
// Blend the pixmaps into each other
|
||||
|
Loading…
Reference in New Issue
Block a user