Commit 1b89a438 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug with tables in collaborative editing.

parent ea32b4a8
......@@ -127,7 +127,7 @@ function CTable(DrawingDocument, Parent, Inline, PageNum, X, Y, XLimit, YLimit,
this.TableLook = new CTableLook(true, true, false, false, true, false);
this.TableSumGrid = []; // данный массив будет заполнен после private_RecalculateGrid
this.TableGrid = TableGrid;
this.TableGrid = TableGrid ? TableGrid : [];
this.TableGridCalc = this.private_CopyTableGrid();
this.RecalcInfo = new CTableRecalcInfo();
......
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