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

Fix #20457

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49898 954022d7-b5bf-4e40-9824-e11837661b57
parent 706727e9
...@@ -1332,10 +1332,7 @@ ...@@ -1332,10 +1332,7 @@
// shapes // shapes
var graphicsInfo = t.handlers.trigger("getGraphicsInfo", coord.x, coord.y); var graphicsInfo = t.handlers.trigger("getGraphicsInfo", coord.x, coord.y);
if ( graphicsInfo && graphicsInfo.isGraphicObject ) if ( graphicsInfo && graphicsInfo.isGraphicObject ) {
asc["editor"].isStartAddShape = true;
if ( asc["editor"].isStartAddShape ) {
event.ClickCount = 2; event.ClickCount = 2;
t.handlers.trigger("graphicObjectMouseDown", event, coord.x, coord.y); t.handlers.trigger("graphicObjectMouseDown", event, coord.x, coord.y);
return; 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