mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +01:00
Merge pull request #1245 from ivandrofly/patch-10
[internal] - Fix ECS key will now close ShowEarlierLater
This commit is contained in:
commit
4047c7c725
@ -38,7 +38,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
{
|
||||
if (e.KeyCode == Keys.Escape)
|
||||
{
|
||||
DialogResult = DialogResult.Cancel;
|
||||
Close();
|
||||
}
|
||||
else if (e.KeyCode == Keys.F1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user