Commit 23e1558c authored by SergeyLuzyanin's avatar SergeyLuzyanin

handleSelectedObjects

parent 95c983d2
...@@ -121,7 +121,7 @@ function handleSelectedObjects(drawingObjectsController, e, x, y, group, pageInd ...@@ -121,7 +121,7 @@ function handleSelectedObjects(drawingObjectsController, e, x, y, group, pageInd
return oRet; return oRet;
} }
} }
if(selected_objects[i].hitInBoundingRect(tx, ty) && (!selected_objects[i].hitInTextRect || !selected_objects[i].hitInTextRect(tx, ty))) if(selected_objects[i].hitInBoundingRect(tx, ty) /*&& (!selected_objects[i].hitInTextRect || !selected_objects[i].hitInTextRect(tx, ty))*/)
{ {
if(bWord && selected_objects[i].parent && selected_objects[i].parent.Is_Inline()) if(bWord && selected_objects[i].parent && selected_objects[i].parent.Is_Inline())
return handleInlineHitNoText(selected_objects[i], drawingObjectsController, e, tx, ty, pageIndex, true); return handleInlineHitNoText(selected_objects[i], drawingObjectsController, e, tx, ty, pageIndex, 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