Qt: fix game list image reset after a movie was stopped

This commit is contained in:
Megamouse 2025-04-15 18:14:12 +02:00
parent 5ac4db752d
commit 3402d52719

View file

@ -30,6 +30,7 @@ void qt_video_source::set_active(bool active)
else
{
stop_movie();
image_change_callback();
}
}