Commit 74e20e72 authored by Ilya.Kirillov's avatar Ilya.Kirillov

Исправлен баг с Drag-n-drop текста.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55030 954022d7-b5bf-4e40-9824-e11837661b57
parent 3935ed06
......@@ -14177,7 +14177,7 @@ Paragraph.prototype =
if ( PageIndex < 0 || PageIndex >= this.Pages.length || true != this.Selection.Use )
return false;
var SearchPosXY = this.Get_ParaContentPosByXY( X, Y, PageIndex, false, false );
var SearchPosXY = this.Get_ParaContentPosByXY( X, Y, PageIndex + this.PageNum, false, false );
if ( SearchPosXY.Pos.Compare( SelSP ) >= 0 && SearchPosXY.Pos.Compare( SelEP ) <= 0 )
return true;
......
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