1
0
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:
David Sansome 2012-05-27 21:51:26 +01:00
parent 0533f015cf
commit 74a83a2f7c
2 changed files with 3 additions and 2 deletions

View File

@ -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);

View File

@ -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