Commit 8b07eb55 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug with no empty table width property on creation table in Builder.

parent 66fe1cd1
......@@ -554,6 +554,7 @@
var oTable = new CTable(private_GetDrawingDocument(), private_GetLogicDocument(), true, 0, 0, 0, 0, 0, nRows, nCols, [], false);
oTable.CorrectBadGrid();
oTable.Set_TableW(undefined);
oTable.Set_TableStyle2(undefined);
return new ApiTable(oTable);
};
......
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