Commit 774a92a8 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 34069

parent c8d0db11
......@@ -1860,6 +1860,10 @@ DrawingObjectsController.prototype =
}
else
{
var oDocContent = this.selectedObjects[0].getDocContent();
if(oDocContent){
oDocContent.Cursor_MoveToEndPos(false);
}
this.selectedObjects[0].applyTextFunction(docContentFunction, tableFunction, args);
this.selection.textSelection.select(this, this.selection.textSelection.selectStartPage);
}
......
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