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

Поправила CLimit со свойством LIMIT_UP : добавила dH, т.к. в Ворде нет...

Поправила CLimit со свойством LIMIT_UP : добавила dH, т.к. в Ворде нет выравнивания по baseline текста для LIMIT_UP

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58485 954022d7-b5bf-4e40-9824-e11837661b57
parent c027e81c
......@@ -100,6 +100,8 @@ CLimit.prototype.Resize = function(oMeasure, Parent, ParaMath, RPI, ArgSize)
if(this.Pr.type == LIMIT_LOW)
{
this.dH = 0;
this.FName = this.ContentFName;
//this.elements[1][0] = this.Iterator;
......@@ -112,6 +114,12 @@ CLimit.prototype.Resize = function(oMeasure, Parent, ParaMath, RPI, ArgSize)
else
{
this.FName = this.ContentFName;
/*this.Iterator = new CNumerator();
this.Iterator.fillMathComposition(this.ContentIterator);*/
this.dH = 0.06*this.Get_CompiledCtrPrp().FontSize;
this.Iterator = this.ContentIterator;
this.elements[0][0] = this.Iterator;
......
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