mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
parent
3f52e118d2
commit
4c3e17ae29
@ -26825,7 +26825,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
timeUpDownStartTime.MaskedTextBox.TextChanged += MaskedTextBoxTextChanged;
|
||||
}
|
||||
|
||||
if (p.Duration.TotalSeconds < 0 || p.Duration.TotalSeconds > 10)
|
||||
if (p.Duration.TotalSeconds < 0)
|
||||
{
|
||||
p.EndTime.TotalMilliseconds = p.StartTime.TotalMilliseconds + Utilities.GetOptimalDisplayMilliseconds(p.Text);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user