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

Поправил баг http://bugzserver/show_bug.cgi?id=26519

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58280 954022d7-b5bf-4e40-9824-e11837661b57
parent ef46a987
......@@ -1168,9 +1168,12 @@
// При выборе диапазона не нужно выделять автофигуру
if (t.isSelectionDialogMode)
return;
if (this.isCellEditMode && !this.handlers.trigger("stopCellEditing"))
return;
t.isShapeAction = true;
t.clickCounter.mouseDownEvent(coord.x, coord.y, event.button);
event.ClickCount = t.clickCounter.clickCount;
if (event.ClickCount == 2)
......
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