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

Исправлена привязка плавающих объектов в таблице с флагом LayoutInCell.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68756 954022d7-b5bf-4e40-9824-e11837661b57
parent ada8d70d
......@@ -3444,6 +3444,9 @@ ParaRun.prototype.Recalculate_Range_Spaces = function(PRSA, _CurLine, _CurRange,
if (true === Para.Parent.Is_TableCellContent() && false === Item.Is_LayoutInCell())
{
PageLimitsOrigin = LogicDocument.Get_PageLimits(PageAbs);
var PageFieldsOrigin = LogicDocument.Get_PageFields(PageAbs);
ColumnStartX = PageFieldsOrigin.X;
ColumnEndX = PageFieldsOrigin.XLimit;
}
if ( true != Item.Use_TextWrap() )
......
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