summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorAlexander Brock <zaibu@lunar-orbit.de>2016-11-06 21:36:33 +0000
committerAlexander Brock <zaibu@lunar-orbit.de>2016-11-06 21:36:33 +0000
commitd7b2a527bbc557855b96e2ac01c1d8554c124019 (patch)
tree116896dfeb022546feb89be499c5bb2b4df4aefa /src/selection-chemistry.cpp
parentRemove duplicate code from unlinkRecursive() and fix issue with clones of groups (diff)
downloadinkscape-d7b2a527bbc557855b96e2ac01c1d8554c124019.tar.gz
inkscape-d7b2a527bbc557855b96e2ac01c1d8554c124019.zip
Fix selection issue with ObjectSet::unlinkRecursive() and add tests for it.
(bzr r15204.1.5)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 694e12f55..2cfc8aa16 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -2767,6 +2767,7 @@ bool ObjectSet::unlinkRecursive(const bool skip_undo) {
DocumentUndo::done(document(), SP_VERB_EDIT_UNLINK_CLONE_RECURSIVE,
_("Unlink clone recursively"));
}
+ setList(items_);
return unlinked;
}