Commit aec55843 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54000 954022d7-b5bf-4e40-9824-e11837661b57
parent 44ee3856
...@@ -3215,7 +3215,7 @@ CDLbl.prototype = ...@@ -3215,7 +3215,7 @@ CDLbl.prototype =
} }
if(this.recalcInfo.recalcTranformText) if(this.recalcInfo.recalcTranformText)
{ {
this.recalculateTranformText(); this.recalculateTransformText();
this.recalcInfo.recalcTranformText = false; this.recalcInfo.recalcTranformText = false;
} }
}, this, []); }, this, []);
...@@ -3245,7 +3245,7 @@ CDLbl.prototype = ...@@ -3245,7 +3245,7 @@ CDLbl.prototype =
this.invertTransform = global_MatrixTransformer.Invert(this.transform); this.invertTransform = global_MatrixTransformer.Invert(this.transform);
}, },
recalculateTranformText: function() recalculateTransformText: function()
{ {
this.transformText.Reset(); this.transformText.Reset();
global_MatrixTransformer.TranslateAppend(this.transformText, this.x + 1, this.y + 0.5); global_MatrixTransformer.TranslateAppend(this.transformText, this.x + 1, this.y + 0.5);
......
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