mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +01:00
Minor fix for go to and set video position
This commit is contained in:
parent
44e9165666
commit
5bc3b08dc3
@ -15368,8 +15368,9 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
textBoxListViewText.SelectAll();
|
||||
GotoSubtitleIndex(newIndex);
|
||||
ShowSubtitle();
|
||||
e.SuppressKeyPress = true;
|
||||
}
|
||||
|
||||
e.SuppressKeyPress = true;
|
||||
}
|
||||
else if (_shortcuts.MainGoToNextSubtitleAndFocusVideo == e.KeyData)
|
||||
{
|
||||
@ -15383,8 +15384,9 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
textBoxListViewText.SelectAll();
|
||||
GotoSubtitleIndex(newIndex);
|
||||
ShowSubtitle();
|
||||
e.SuppressKeyPress = true;
|
||||
}
|
||||
|
||||
e.SuppressKeyPress = true;
|
||||
}
|
||||
else if (_shortcuts.MainGoToNextSubtitleAndPlay == e.KeyData && mediaPlayer != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user