Commit 8e17f031 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33771

parent ea0421e2
...@@ -2541,7 +2541,7 @@ function DrawingObjects() { ...@@ -2541,7 +2541,7 @@ function DrawingObjects() {
_this.controller.selectObject(oTextArt, 0); _this.controller.selectObject(oTextArt, 0);
var oContent = oTextArt.getDocContent(); var oContent = oTextArt.getDocContent();
_this.controller.selection.textSelection = oTextArt; _this.controller.selection.textSelection = oTextArt;
oContent.Select_All(); //oContent.Select_All();
oTextArt.addToRecalculate(); oTextArt.addToRecalculate();
_this.controller.startRecalculate(); _this.controller.startRecalculate();
worksheet.setSelectionShape(true); worksheet.setSelectionShape(true);
......
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