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

Bug #31801 - 3D диаграмма заменяется на 2D после отмены изменения типа...

Bug #31801 - 3D диаграмма заменяется на 2D после отмены изменения типа диаграммы Column и Bar на Pie и Line или наоборот

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68629 954022d7-b5bf-4e40-9824-e11837661b57
parent fa5af038
......@@ -24937,7 +24937,7 @@ CChart.prototype =
}
case historyitem_Chart_SetView3D:
{
this.view3D = data.newView3D;
this.view3D = data.oldView3D;
if(this.parent)
{
this.parent.handleUpdateInternalChart();
......
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