From db32c201d45dbe7357b2deb5ed200eebda2e38d9 Mon Sep 17 00:00:00 2001 From: feos Date: Mon, 13 Jun 2016 14:14:10 +0300 Subject: [PATCH] tastudio: escape cancels seeking --- BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs index 7eec32cda3..b3e40d587d 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.ListView.cs @@ -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();