mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-02 06:40:20 +01:00
Qt: fix game list image reset after a movie was stopped
This commit is contained in:
parent
5ac4db752d
commit
e80809f629
|
|
@ -30,6 +30,7 @@ void qt_video_source::set_active(bool active)
|
|||
else
|
||||
{
|
||||
stop_movie();
|
||||
image_change_callback();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue