Commit 9a001478 authored by Sergey Luzyanin's avatar Sergey Luzyanin

select shape

parent fe549306
...@@ -1702,6 +1702,7 @@ function DrawingObjects() { ...@@ -1702,6 +1702,7 @@ function DrawingObjects() {
var oShape = oTrack.getShape(false, _this.drawingDocument, null); var oShape = oTrack.getShape(false, _this.drawingDocument, null);
oShape.setWorksheet(worksheet.model); oShape.setWorksheet(worksheet.model);
oShape.addToDrawingObjects(); oShape.addToDrawingObjects();
oShape.select(_this.controller, 0);
worksheet.setSelectionShape(true); worksheet.setSelectionShape(true);
_this.controller.startRecalculate(); _this.controller.startRecalculate();
}); });
......
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