Commit 8c4e5e4b authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Сделано, чтобы при копировании свойств ячейки копировалась и щирина (баг 19592).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49482 954022d7-b5bf-4e40-9824-e11837661b57
parent d04ba16c
......@@ -19797,6 +19797,12 @@ CTableCell.prototype =
this.Set_Margins( Margins_new, -1 );
}
// W
if ( undefined === OtherPr.TableCellW )
this.Set_W( undefined );
else
this.Set_W( OtherPr.TableCellW.Copy() );
},
Get_W : function()
......
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