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

Bug 26027 - Не изменяется заголовок диаграммы, которая вставлена в автофигуру

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59168 954022d7-b5bf-4e40-9824-e11837661b57
parent 794a3293
......@@ -187,6 +187,11 @@ CDLbl.prototype =
this.updatePosition(this.posX, this.posY);
global_MatrixTransformer.MultiplyAppend(this.transform, transform);
global_MatrixTransformer.MultiplyAppend(this.transformText, transform);
if(this instanceof CTitle)
{
this.invertTransform = global_MatrixTransformer.Invert(this.transform);
this.invertTransformText = global_MatrixTransformer.Invert(this.transform);
}
},
getCompiledFill: 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