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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55692 954022d7-b5bf-4e40-9824-e11837661b57
parent a2423a5a
...@@ -242,7 +242,6 @@ CMathText.prototype = ...@@ -242,7 +242,6 @@ CMathText.prototype =
var letter = this.getCode(); var letter = this.getCode();
var metricsTxt; var metricsTxt;
if(this.bJDraw) if(this.bJDraw)
......
...@@ -3874,11 +3874,8 @@ CCharacter.prototype.setPosition = function(pos) ...@@ -3874,11 +3874,8 @@ CCharacter.prototype.setPosition = function(pos)
{ {
this.pos = {x: pos.x, y: pos.y - this.size.ascent}; this.pos = {x: pos.x, y: pos.y - this.size.ascent};
//var alignOp = this.align(this.operator), var alignOp = this.align(this.operator),
// alignCnt = this.align(this.elements[0][0]); alignCnt = this.align(this.elements[0][0]);
var alignOp = 0,
alignCnt = 0;
if(this.loc === LOCATION_TOP) if(this.loc === LOCATION_TOP)
{ {
......
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