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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52024 954022d7-b5bf-4e40-9824-e11837661b57
parent 0a040c36
......@@ -937,6 +937,13 @@ CChartAsGroup.prototype =
var oldValue = isRealObject(this.vAxisTitle) ? this.vAxisTitle.Get_Id() : null;
var newValue = isRealObject(title) ? title.Get_Id() : null;
this.vAxisTitle = title;
if(this.vAxisTitle && this.vAxisTitle.txBody)
{
var body_pr = new CBodyPr();
body_pr.merge(this.vAxisTitle.txBody.bodyPr);
body_pr.vert = nVertTTvert270;
this.vAxisTitle.setBodyPr(body_pr);
}
History.Add(this, {Type: historyitem_AutoShapes_AddYAxis, oldPr: oldValue, newPr: newValue});
},
......
......@@ -702,7 +702,7 @@ function CCollaborativeEditing()
editor.WordControl.m_oLogicDocument.Document_UpdateUndoRedoState();
editor.WordControl.m_oLogicDocument.DrawingDocument.ClearCachePages();
editor.WordControl.m_oLogicDocument.DrawingDocument.FirePaint();
// editor.WordControl.m_oLogicDocument.DrawingDocument.FirePaint();
};
this.Release_Locks = 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