Commit 9dc00f03 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 22851 - Кнопка Параграф на панели свойств активна сразу после добавления автофигуры

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57310 954022d7-b5bf-4e40-9824-e11837661b57
parent a926ac3d
......@@ -1526,7 +1526,7 @@ DrawingObjectsController.prototype =
}
else
{
if(arr[i].getDocContent)
if(arr[i].getDocContent && arr[i].getObjectType() !== historyitem_type_ChartSpace)
{
content = arr[i].getDocContent();
if(content)
......
......@@ -531,7 +531,7 @@
this.putHorGridLines(c_oAscGridLinesSettings.major);
this.putVertGridLines(c_oAscGridLinesSettings.major);
this.putShowMarker(true);
this.putSmooth(false);
this.putSmooth(null);
this.putLine(false);
break;
}
......
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