Commit 90f14d53 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug 24946 - Не применяются часть настроек из Chart Advanced Setting -> Position

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56881 954022d7-b5bf-4e40-9824-e11837661b57
parent e6c2870f
......@@ -434,7 +434,7 @@ CGraphicObjects.prototype =
apply_props = props.ShapeProperties ? props.ShapeProperties : props;
}
var objects_by_types = this.applyDrawingProps(apply_props);
if(isRealNumber(apply_props.Width) && isRealNumber(apply_props.Height) || apply_props.ChartProperties || (objects_by_types.charts.length > 0))
if(isRealNumber(apply_props.Width) && isRealNumber(apply_props.Height) || apply_props.ChartProperties /*|| (objects_by_types.charts.length > 0)*/)
{
for(i = 0; i < objects_by_types.shapes.length; ++i)
{
......
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