tastudio: escape cancels seeking
This commit is contained in:
parent
bade8f9217
commit
db32c201d4
|
@ -650,6 +650,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
GlobalWin.MainForm.PauseOnFrame = null;
|
GlobalWin.MainForm.PauseOnFrame = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
RefreshDialog();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -1003,7 +1004,11 @@ namespace BizHawk.Client.EmuHawk
|
||||||
DoTriggeredAutoRestoreIfNeeded();
|
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();
|
RefreshDialog();
|
||||||
|
|
Loading…
Reference in New Issue