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

к rev 66589

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66590 954022d7-b5bf-4e40-9824-e11837661b57
parent 3d7400b1
......@@ -1778,6 +1778,9 @@ CMathBase.prototype.Draw_Lines = function(PDSL)
};
CMathBase.prototype.Draw_LinesForContent = function(PDSL)
{
var CurLine = PDSL.Line - this.StartLine;
var CurRange = ( 0 === CurLine ? PDSL.Range - this.StartRange : PDSL.Range );
var StartPos, EndPos;
if(this.bOneLine)
......
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