Commit 5f829dfd authored by Ilya Kirillov's avatar Ilya Kirillov

Исправлен баг с пересчетом вертикального текста в таблицах.

parent c967c3e1
......@@ -2631,7 +2631,7 @@ CTable.prototype.private_RecalculatePage = function(CurPage)
Cell = this.Internal_Get_StartMergedCell(CurRow, CurGridCol, GridSpan);
var CellMar = Cell.Get_Margins();
var CellMetrics = Row.Get_CellInfo(CurCell);
var CellMetrics = Cell.Row.Get_CellInfo(Cell.Index);
var X_content_start = Page.X + CellMetrics.X_content_start;
var X_content_end = Page.X + CellMetrics.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