Commit 233a8715 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 32753

parent b806cee5
...@@ -5090,6 +5090,11 @@ DrawingObjectsController.prototype = ...@@ -5090,6 +5090,11 @@ DrawingObjectsController.prototype =
} }
} }
} }
else{
this.resetSelection();
this.document.Set_DocPosType(docpostype_Content);
this.document.Select_All();
}
this.updateSelectionState(); this.updateSelectionState();
}, },
......
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