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

Поправлен привнесенный баг (в связи с переделкой на CMathBaseText)....

Поправлен привнесенный баг (в связи с переделкой на CMathBaseText). Неправильно использовалась ф-ия Get_Width (смещение амперсанда = его ширине)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63781 954022d7-b5bf-4e40-9824-e11837661b57
parent a56be2c0
......@@ -1051,7 +1051,7 @@ CMathAmp.prototype.Draw = function(x, y, pGraphics, InfoTextPr)
this.AmpText.Draw(x + this.GapLeft, y, pGraphics, InfoTextPr);
else if(editor.ShowParaMarks) // показать метки выравнивания, если включена отметка о знаках параграфа
{
var X = x + this.pos.x + this.Get_Width(),
var X = x + this.pos.x + this.Get_WidthVisible(),
Y = y + this.pos.y,
Y2 = y + this.pos.y - this.AmpText.size.height;
......
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