lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit dba14bb4 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

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

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