Commit bf5858cb authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

При попадании селекта в граф.объект не происходило отрисовки активного диапазона

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51715 954022d7-b5bf-4e40-9824-e11837661b57
parent 84851d16
......@@ -1307,7 +1307,7 @@
if ( graphicsInfo && graphicsInfo.isGraphicObject )
this.clickCounter.mouseMoveEvent(coord.x, coord.y);
if ( asc["editor"].isStartAddShape || graphicsInfo ) {
if ( asc["editor"].isStartAddShape || ( !t.isSelectMode && graphicsInfo) ) {
t.handlers.trigger("graphicObjectMouseMove", event, coord.x, coord.y);
t.handlers.trigger("updateWorksheet", t.element[0], coord.x, coord.y, event.ctrlKey, function(info){t.targetInfo = info;});
return;
......
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