Commit 8c274ce3 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@47977 954022d7-b5bf-4e40-9824-e11837661b57
parent 6d043b6c
This diff is collapsed.
......@@ -1088,6 +1088,11 @@
t.handlers.trigger("graphicObjectMouseDown", event, coord.x, coord.y);
if ( t.isCellEditMode )
t.handlers.trigger("stopCellEditing");
if (2 === event.button)
t.handlers.trigger("changeSelectionRightClick", coord.x, coord.y);
else
t.handlers.trigger("changeSelection", /*isStartPoint*/true, coord.x, coord.y, /*isCoord*/true, /*isSelectMode*/true);
return;
}
else
......
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