tastudio: escape cancels seeking

This commit is contained in:
feos 2016-06-13 14:14:10 +03:00
parent bade8f9217
commit db32c201d4
1 changed files with 6 additions and 1 deletions

View File

@ -650,6 +650,7 @@ namespace BizHawk.Client.EmuHawk
GlobalWin.MainForm.PauseOnFrame = null;
}
}
RefreshDialog();
}
else
{
@ -1003,7 +1004,11 @@ namespace BizHawk.Client.EmuHawk
DoTriggeredAutoRestoreIfNeeded();
}
}
}
else
{
// not using StopSeeking() here, since it has special logic and should only happen when seek frame is reashed
CancelSeekContextMenuItem_Click(null, null);
}
RefreshDialog();