Commit 6f91b524 authored by SergeyLuzyanin's avatar SergeyLuzyanin

ReplaceCurrentImage

parent ada61c72
...@@ -530,7 +530,7 @@ ...@@ -530,7 +530,7 @@
spTree[i].setBlipFill(AscFormat.CreateBlipFillRasterImageId(sImageUrl)); spTree[i].setBlipFill(AscFormat.CreateBlipFillRasterImageId(sImageUrl));
if(selectedObjects[0].group){ if(selectedObjects[0].group){
oController.selection.groupSelection.resetInternalSelection(); oController.selection.groupSelection.resetInternalSelection();
_group.selectObject(spTree[i], 0); selectedObjects[0].group.selectObject(spTree[i], 0);
} }
else{ else{
oController.resetSelection(); oController.resetSelection();
......
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