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

Bug 25714 - Диаграмма вставляется в автофигуру без заголовка

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57578 954022d7-b5bf-4e40-9824-e11837661b57
parent 37373458
......@@ -21928,6 +21928,8 @@ CTitle.prototype =
checkShapeChildTransform: CDLbl.prototype.checkShapeChildTransform,
updatePosition: function(x, y)
{
this.posX = x;
this.posY = y;
this.transform = this.localTransform.CreateDublicate();
global_MatrixTransformer.TranslateAppend(this.transform, x, y);
......
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