Commit 0eab719e authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

обработка dblClick на границе диаграммы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60464 954022d7-b5bf-4e40-9824-e11837661b57
parent d3441f3a
......@@ -433,7 +433,7 @@ DrawingObjectsController.prototype =
this.changeCurrentState(new PreMoveInGroupState(this, group, x, y, e.ShiftKey, e.CtrlKey, object, is_selected));
}
if(e.ClickCount > 1 && !e.ShiftKey && !e.CtrlKey && ((this.selection.groupSelection && this.selection.groupSelection.selectedObjects.length === 1) || this.selectedObjects.length === 1)
&& object.getObjectType() === historyitem_type_ChartSpace && !bInSelect && this.handleChartDoubleClick)
&& object.getObjectType() === historyitem_type_ChartSpace && this.handleChartDoubleClick)
{
var drawing = this.selectedObjects[0].parent;
this.handleChartDoubleClick(drawing, object, e, x, y, pageIndex);
......
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