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

Поправила баг на открытие диакритических элементов (неправильное обращение к...

Поправила баг на открытие диакритических элементов (неправильное обращение к функции отрисовки accent)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56045 954022d7-b5bf-4e40-9824-e11837661b57
parent 6bbdc8a8
......@@ -3006,8 +3006,8 @@ COperator.prototype.draw = function(x, y, pGraphics)
{
if(this.type === OPER_SEPARATOR)
this.drawSeparator(x, y, pGraphics);
else if(this.type == OPER_ACCENT)
this.drawAccent(x, y, pGraphics);
/*else if(this.type == OPER_ACCENT)
this.drawAccent(x, y, pGraphics);*/
else
this.drawOperator(x, y, pGraphics);
}
......
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