Commit 3de26346 authored by Anna.Pavlova's avatar Anna.Pavlova

Исправила позицию MathContent для EqArray

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59382 954022d7-b5bf-4e40-9824-e11837661b57
parent b378e772
......@@ -1003,7 +1003,7 @@ CMathContent.prototype =
var PosInfo = new CMathPointInfo();
PosInfo.SetInfoPoints(this.InfoPoints);
w += PosInfo.GetAlign();
this.pos.x += PosInfo.GetAlign();
}
for(var i=0; i < this.Content.length; i++)
......@@ -3584,8 +3584,8 @@ CMathContent.prototype.Draw_HighLights = function(PDSH, bAll)
PointsInfo.SetInfoPoints(this.InfoPoints);
if(this.RecalcInfo.bEqqArray)
PDSH.X += PointsInfo.GetAlign();
/*if(this.RecalcInfo.bEqqArray)
PDSH.X += PointsInfo.GetAlign();*/
var len = this.Content.length;
......
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