Commit cba6cc4b authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

При выборе диапазона не нужно выделять автофигуру

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51553 954022d7-b5bf-4e40-9824-e11837661b57
parent deb350ea
......@@ -1105,7 +1105,9 @@
// Shapes
var graphicsInfo = t.handlers.trigger("getGraphicsInfo", coord.x, coord.y);
if ( asc["editor"].isStartAddShape || (graphicsInfo && graphicsInfo.isGraphicObject) ) {
// При выборе диапазона не нужно выделять автофигуру
if (t.isSelectionDialogMode)
return;
//for Mac OS
if ( event.metaKey )
event.ctrlKey = 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