Commit 0c6199da authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug #33029 Fixed an issue with changing table width if style of table was changed.

parent 2d55616c
......@@ -9172,7 +9172,9 @@ CTable.prototype =
this.Set_TableBorder_InsideH(undefined);
this.Set_TableCellMar(undefined, undefined, undefined, undefined);
this.Set_TableInd(undefined);
this.Set_TableW(undefined, undefined);
if (false !== bClearMerge)
this.Set_TableW(undefined, undefined);
var Count = this.Content.length;
for ( var Index = 0; Index < Count; Index++ )
......
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