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

Поправила баг, когда начали в пустом ране, заселектили мат объект и селект...

Поправила баг, когда начали в пустом ране, заселектили мат объект и селект перешел опять в пустой ран

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55396 954022d7-b5bf-4e40-9824-e11837661b57
parent d667fd0b
......@@ -974,7 +974,7 @@ ParaMath.prototype =
{
oCont.content[Start].Selection_DrawRange(0, 0, SelectionDraw);
SelectionDraw.FindStart = false;
SelectionDraw.W += oCont.WidthToElement[End] - oCont.WidthToElement[Start + 1]; // startPos < endPos !
oCont.content[End].Selection_DrawRange(0,0, SelectionDraw);
......@@ -986,7 +986,6 @@ ParaMath.prototype =
SelectionDraw.H = oCont.size.height;
}
}
else
{
......
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