tastudio: stop seeking when movie stops
This commit is contained in:
parent
170681c3ad
commit
b0893bdee8
|
@ -98,6 +98,9 @@ namespace BizHawk.Client.EmuHawk
|
|||
return true;
|
||||
}
|
||||
|
||||
IgnoreSeekFrame = false; // don't unpause
|
||||
StopSeeking();
|
||||
|
||||
if (CurrentTasMovie != null && CurrentTasMovie.Changes)
|
||||
{
|
||||
GlobalWin.Sound.StopSound();
|
||||
|
|
|
@ -910,10 +910,11 @@ namespace BizHawk.Client.EmuHawk
|
|||
return;
|
||||
|
||||
_exiting = true;
|
||||
|
||||
if (AskSaveChanges())
|
||||
{
|
||||
WantsToControlStopMovie = false;
|
||||
GlobalWin.MainForm.StopMovie(saveChanges: false);
|
||||
TastudioStopMovie();
|
||||
DisengageTastudio();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue