Commit 1077fee3 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 34583

parent 59f16d6b
......@@ -6814,7 +6814,7 @@ DrawingObjectsController.prototype =
for(var i = 0; i < oDrawingSelectionState.selection.length; ++i)
{
var oSp = oDrawingSelectionState.selection[i].object;
if(oSp.Is_UseInDocument())
if(oSp.Is_UseInDocument() && !oSp.group)
{
this.selectObject(oSp, bDocument ? (oSp.parent ? oSp.parent.PageNum : nPageIndex) : nPageIndex);
}
......
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