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

Поправлен баг на setPosition в DegreeSupSub

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58705 954022d7-b5bf-4e40-9824-e11837661b57
parent ae093727
......@@ -475,7 +475,7 @@ CDegreeSubSupBase.prototype.recalculateSize = function(oMeasure, RPI)
};
CDegreeSubSupBase.prototype.setPosition = function(pos, PosInfo)
{
CDegreeSubSup.superclass.setPosition.call(this, pos, PosInfo);
CDegreeSubSupBase.superclass.setPosition.call(this, pos, PosInfo);
};
CDegreeSubSupBase.prototype.align = function(x, y)
{
......
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