Don't set video pos when just going to next sub

This commit is contained in:
Nikolaj Olsson 2017-02-23 21:14:07 +01:00
parent 4798fd975a
commit b30635fdd2

View File

@ -11094,10 +11094,7 @@ namespace Nikse.SubtitleEdit.Forms
}
else if (_mainGeneralGoToNextSubtitle == e.KeyData)
{
if (AutoRepeatContinueOn || AutoRepeatOn)
Next();
else
ButtonNextClick(null, null);
ButtonNextClick(null, null);
e.SuppressKeyPress = true;
e.Handled = true;
}