(Ozone) Fix playlist thumbnail mouse hover after returning from QM (#14244)

This commit is contained in:
sonninnos 2022-07-29 16:01:44 +03:00 committed by GitHub
parent a933b74b1e
commit 0c4bf5f2e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9069,6 +9069,7 @@ static void ozone_render(void *data,
/* If this is a playlist, must update thumbnails */
if (ozone->is_playlist && (ozone->depth == 1 || ozone->depth == 4))
{
ozone->skip_thumbnail_reset = false;
ozone_set_thumbnail_content(ozone, "");
ozone_update_thumbnail_image(ozone);
}