Commit 24a6b4df authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48608 954022d7-b5bf-4e40-9824-e11837661b57
parent 46530936
......@@ -3295,7 +3295,7 @@ function CDrawingDocument()
if (!this.TableOutlineDr.TableMatrix || global_MatrixTransformer.IsIdentity(this.TableOutlineDr.TableMatrix))
{
var _x = parseInt(drPage.left + dKoefX * (this.TableOutlineDr.CurPos.X + _table.Get_TableOffsetCorrection())) + 0.5;
var _x = parseInt(drPage.left + dKoefX * (this.TableOutlineDr.CurPos.X/* + _table.Get_TableOffsetCorrection()*/)) + 0.5;
var _y = parseInt(drPage.top + dKoefY * this.TableOutlineDr.CurPos.Y) + 0.5;
var _r = _x + parseInt(dKoefX * this.TableOutlineDr.TableOutline.W);
......
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