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

Bug #31778 Исправлен баг с позиционированием по X второй и последующих страниц плавающей таблицы.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68600 954022d7-b5bf-4e40-9824-e11837661b57
parent 55f963ab
......@@ -1526,6 +1526,10 @@ CTable.prototype.private_RecalculatePositionX = function(CurPage)
this.PositionH_Old = undefined;
}
}
this.Pages[CurPage].X = this.X;
this.Pages[CurPage].XLimit = this.XLimit;
this.Pages[CurPage].X_origin = this.X_origin;
}
};
CTable.prototype.private_RecalculatePage = function(CurPage)
......
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