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

bug #31591 - [Charts] [CoEdit] Копия 3D диаграммы становится 2D после...

bug #31591 - [Charts] [CoEdit] Копия 3D диаграммы становится 2D после получения другим пользователем

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68110 954022d7-b5bf-4e40-9824-e11837661b57
parent fdc75c4c
......@@ -25484,17 +25484,17 @@ CView3d.prototype =
{
case historyitem_View3d_SetDepthPercent:
{
this.depthPercent = readObject(r);
this.depthPercent = readLong(r);
break;
}
case historyitem_View3d_SetHPercent:
{
this.hPercent = readObject(r);
this.hPercent = readLong(r);
break;
}
case historyitem_View3d_SetPerspective:
{
this.perspective = readObject(r);
this.perspective = readLong(r);
break;
}
case historyitem_View3d_SetRAngAx:
......@@ -25504,12 +25504,12 @@ CView3d.prototype =
}
case historyitem_View3d_SetRotX:
{
this.rotX = readObject(r);
this.rotX = readLong(r);
break;
}
case historyitem_View3d_SetRotY:
{
this.rotY = readObject(r);
this.rotY = readLong(r);
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