Commit d19ff8d5 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

проверка попадания в текст автофигуры

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56135 954022d7-b5bf-4e40-9824-e11837661b57
parent 9e87f970
...@@ -5021,7 +5021,6 @@ CDocument.prototype = ...@@ -5021,7 +5021,6 @@ CDocument.prototype =
} }
} }
} }
break; break;
} }
case 1: // Numbered case 1: // Numbered
...@@ -9765,7 +9764,7 @@ CDocument.prototype = ...@@ -9765,7 +9764,7 @@ CDocument.prototype =
} }
else else
{ {
if ( true === e.ShiftKey && ( docpostype_DrawingObjects !== this.CurPos.Type || true === this.DrawingObjects.isSelectedText() ) ) if ( true === e.ShiftKey && ( docpostype_DrawingObjects !== this.CurPos.Type || true === this.DrawingObjects.checkTextObject(X, Y, PageIndex) ) )
{ {
if ( true === this.Is_SelectionUse() ) if ( true === this.Is_SelectionUse() )
{ {
......
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