Commit d9de5a84 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг с автоподбором (баг 22215).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56196 954022d7-b5bf-4e40-9824-e11837661b57
parent 95dd210a
......@@ -2738,8 +2738,9 @@ ParaRun.prototype =
nCurMaxWidth += nSpaceLen;
nSpaceLen = 0;
}
nCurMaxWidth += Item.Width;
if ( true === Item.Is_Inline() || true === this.Paragraph.Parent.Is_DrawingShape() )
nCurMaxWidth += Item.Width;
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment