Commit 43150caf authored by Ilya Kirillov's avatar Ilya Kirillov

Исправлен баг с выставлением ширины ячейки в стиль ячейки.

parent 73ea8818
...@@ -6725,7 +6725,7 @@ CTableCellPr.prototype = ...@@ -6725,7 +6725,7 @@ CTableCellPr.prototype =
this.TableCellBorders.Top = undefined; this.TableCellBorders.Top = undefined;
} }
if ( undefined != this.TableCellW ) if ( undefined != CellPr.TableCellW )
this.TableCellW = new CTableMeasurement( CellPr.TableCellW.Type, CellPr.TableCellW.W ); this.TableCellW = new CTableMeasurement( CellPr.TableCellW.Type, CellPr.TableCellW.W );
else else
this.TableCellW = undefined; this.TableCellW = undefined;
......
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