mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
(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 (ozone->is_playlist && (ozone->depth == 1 || ozone->depth == 4))
|
||||
{
|
||||
ozone->skip_thumbnail_reset = false;
|
||||
ozone_set_thumbnail_content(ozone, "");
|
||||
ozone_update_thumbnail_image(ozone);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user