(Ozone) Fix playlist thumbnail mouse hover after returning from QM (#14244)
This commit is contained in:
parent
a933b74b1e
commit
0c4bf5f2e3
|
@ -9069,6 +9069,7 @@ static void ozone_render(void *data,
|
||||||
/* If this is a playlist, must update thumbnails */
|
/* If this is a playlist, must update thumbnails */
|
||||||
if (ozone->is_playlist && (ozone->depth == 1 || ozone->depth == 4))
|
if (ozone->is_playlist && (ozone->depth == 1 || ozone->depth == 4))
|
||||||
{
|
{
|
||||||
|
ozone->skip_thumbnail_reset = false;
|
||||||
ozone_set_thumbnail_content(ozone, "");
|
ozone_set_thumbnail_content(ozone, "");
|
||||||
ozone_update_thumbnail_image(ozone);
|
ozone_update_thumbnail_image(ozone);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue