mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
commit
814fd98b7a
1
src/Forms/JoinSubtitles.Designer.cs
generated
1
src/Forms/JoinSubtitles.Designer.cs
generated
@ -130,6 +130,7 @@
|
||||
//
|
||||
// labelTotalLines
|
||||
//
|
||||
this.labelTotalLines.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.labelTotalLines.AutoSize = true;
|
||||
this.labelTotalLines.Location = new System.Drawing.Point(7, 232);
|
||||
this.labelTotalLines.Name = "labelTotalLines";
|
||||
|
@ -112,7 +112,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
int i = 0;
|
||||
foreach (Paragraph p in subtitle.Paragraphs)
|
||||
{
|
||||
string s = HtmlUtil.RemoveHtmlTags(p.Text);
|
||||
string s = HtmlUtil.RemoveHtmlTags(p.Text, true);
|
||||
if (s.Length > maxLength)
|
||||
{
|
||||
maxLength = s.Length;
|
||||
|
Loading…
Reference in New Issue
Block a user