Commit 255bf66e authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг с передвижением селекта влево при переходе через параграф.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66474 954022d7-b5bf-4e40-9824-e11837661b57
parent 73190822
......@@ -4363,7 +4363,7 @@ CDocument.prototype =
if ( type_Paragraph == Item.GetType() )
{
Item.Cursor_MoveToEndPos( false, true );
Item.Cursor_MoveToEndPos(true);
Item.Cursor_MoveLeft( 1, true, Word );
}
else if ( type_Table == Item.GetType() )
......
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