Fix non empty label at start - thx Leon :)

Fix #5565
This commit is contained in:
niksedk 2021-12-05 09:49:34 +01:00
parent cb88036f97
commit 15fefc858a

View File

@ -364,6 +364,7 @@ namespace Nikse.SubtitleEdit.Forms
labelVideoInfo.Text = string.Empty;
labelSingleLine.Text = string.Empty;
labelSingleLinePixels.Text = string.Empty;
labelTextOriginalLineTotal.Text = string.Empty;
Text = Title;
timeUpDownStartTime.TimeCode = new TimeCode();
timeUpDownStartTime.UseVideoOffset = true;