Commit 001923a0 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг с позиционированием курсора в параграфе (баг 20486).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50370 954022d7-b5bf-4e40-9824-e11837661b57
parent a7caae00
......@@ -7532,6 +7532,16 @@ Paragraph.prototype =
TempDx = Item.WidthVisible;
break;
case para_TextPr:
case para_CommentEnd:
case para_CommentStart:
case para_CollaborativeChangesEnd:
case para_CollaborativeChangesStart:
bCheck = true;
TempDx = 0;
break;
}
if ( bCheck )
......
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