diff options
| author | Alexander Brock <zaibu@lunar-orbit.de> | 2016-11-06 21:36:33 +0000 |
|---|---|---|
| committer | Alexander Brock <zaibu@lunar-orbit.de> | 2016-11-06 21:36:33 +0000 |
| commit | d7b2a527bbc557855b96e2ac01c1d8554c124019 (patch) | |
| tree | 116896dfeb022546feb89be499c5bb2b4df4aefa /src/selection-chemistry.cpp | |
| parent | Remove duplicate code from unlinkRecursive() and fix issue with clones of groups (diff) | |
| download | inkscape-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.cpp | 1 |
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; } |
