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

Поправила высоту итератора в CLimit

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59395 954022d7-b5bf-4e40-9824-e11837661b57
parent 128774ca
...@@ -80,6 +80,7 @@ CLimitPrimary.prototype.PreRecalc = function(Parent, ParaMath, ArgSize, RPI, Gap ...@@ -80,6 +80,7 @@ CLimitPrimary.prototype.PreRecalc = function(Parent, ParaMath, ArgSize, RPI, Gap
var NewRPI = RPI.Copy(); var NewRPI = RPI.Copy();
NewRPI.bDecreasedComp = true; NewRPI.bDecreasedComp = true;
this.Iterator.ArgSize.decrease();
this.Iterator.PreRecalc(this, ParaMath, ArgSzIter, NewRPI); this.Iterator.PreRecalc(this, ParaMath, ArgSzIter, NewRPI);
}; };
CLimitPrimary.prototype.Resize = function(oMeasure, RPI) CLimitPrimary.prototype.Resize = function(oMeasure, RPI)
......
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