mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Minor fix for last commit
This commit is contained in:
parent
a46f10ea5e
commit
5afd1fb9cd
@ -25135,7 +25135,7 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
videoPosition -= Configuration.Settings.General.SetStartEndHumanDelay / TimeCode.BaseUnit;
|
videoPosition -= Configuration.Settings.General.SetStartEndHumanDelay / TimeCode.BaseUnit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (videoPosition < temp.StartTime.TotalSeconds - 0.1)
|
if (videoPosition < temp.StartTime.TotalSeconds + 0.025)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user