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

правка двух критов 22244 и 22099

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52165 954022d7-b5bf-4e40-9824-e11837661b57
parent 72cc0dbd
...@@ -4757,7 +4757,7 @@ CGraphicObjects.prototype = ...@@ -4757,7 +4757,7 @@ CGraphicObjects.prototype =
{ {
if(cur_sel_arr[0].hitToAdj) if(cur_sel_arr[0].hitToAdj)
{ {
if(cur_sel_arr[0].hitToAdj(g_x, g_y)) if(cur_sel_arr[0].hitToAdj(g_x, g_y).hit)
return DRAWING_ARRAY_TYPE_BEFORE; return DRAWING_ARRAY_TYPE_BEFORE;
} }
} }
......
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