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

selectionCheck

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56768 954022d7-b5bf-4e40-9824-e11837661b57
parent 246543f3
...@@ -1839,7 +1839,7 @@ CShape.prototype = ...@@ -1839,7 +1839,7 @@ CShape.prototype =
selectionCheck: function( X, Y, Page_Abs, NearPos) selectionCheck: function( X, Y, Page_Abs, NearPos)
{ {
if(isRealObject(this.textBoxContent)) if(isRealObject(this.textBoxContent) && this.hitInTextRect(x, y))
{ {
var t_x = this.invertTransformText.TransformPointX(X, Y); var t_x = this.invertTransformText.TransformPointX(X, Y);
var t_y = this.invertTransformText.TransformPointY(X, Y); var t_y = this.invertTransformText.TransformPointY(X, Y);
......
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