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

Исправлен баг с клипом ячейки, у которой изменили направление текста.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68582 954022d7-b5bf-4e40-9824-e11837661b57
parent f7b2d836
......@@ -581,6 +581,8 @@ CDocumentContent.prototype =
this.CurPos.RealX = X;
this.CurPos.RealY = Y;
}
this.ClipInfo = [];
},
Recalculate : function()
......
......@@ -1881,7 +1881,6 @@ CTable.prototype.private_RecalculatePage = function(CurPage)
Cell.PagesCount = 1;
Cell.Content.Set_StartPage(CurPage);
Cell.Content.Reset(0, 0, Y_content_end - Y_content_start, 10000);
Cell.Content.Set_ClipInfo(CellPageIndex, 0, Y_content_end - Y_content_start);
Cell.Temp.X_start = X_content_start;
Cell.Temp.Y_start = Y_content_start;
Cell.Temp.X_end = X_content_end;
......
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