mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 19:52:48 +01:00
parent
ca44195f3d
commit
f35cce050b
@ -25370,7 +25370,10 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
SubtitleListview1.SyntaxColorLine(_subtitle.Paragraphs, i, _subtitle.Paragraphs[i]);
|
||||
}
|
||||
SubtitleListview1.EndUpdate();
|
||||
UpdateListViewTextInfo(labelTextLineLengths, labelSingleLine, labelTextLineTotal, labelCharactersPerSecond, _subtitle.Paragraphs[_subtitleListViewIndex], textBoxListViewText);
|
||||
if (_subtitleListViewIndex >= 0)
|
||||
{
|
||||
UpdateListViewTextInfo(labelTextLineLengths, labelSingleLine, labelTextLineTotal, labelCharactersPerSecond, _subtitle.Paragraphs[_subtitleListViewIndex], textBoxListViewText);
|
||||
}
|
||||
ShowLineInformationListView();
|
||||
ShowSourceLineNumber();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user