Try to fix ShowProgress after "New" - thx OmrSi :)

This commit is contained in:
Nikolaj Olsson 2021-05-31 06:25:22 +02:00
parent 888d77e2bf
commit 0953293199

View File

@ -4673,6 +4673,7 @@ namespace Nikse.SubtitleEdit.Forms
}
MakeHistoryForUndo(_language.BeforeNew);
toolStripStatusLabelProgress.Visible = false;
ResetSubtitle(true);
CheckSecondSubtitleReset();
}