diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-12-09 01:14:27 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-12-14 22:11:56 +0000 |
| commit | 4b8609e0cce219ec683e8901d1c47abec07bf022 (patch) | |
| tree | 1742b9669c0920b9f53d842b1388617c58c46a46 /src/path-chemistry.cpp | |
| parent | Fix strings, thanks Maren (diff) | |
| download | inkscape-4b8609e0cce219ec683e8901d1c47abec07bf022.tar.gz inkscape-4b8609e0cce219ec683e8901d1c47abec07bf022.zip | |
Add break apart. Thanks Maren
Diffstat (limited to '')
| -rw-r--r-- | src/path-chemistry.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index d87dd96cd..9e75b7841 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -56,9 +56,6 @@ ObjectSet::combine(bool skip_undo) //Inkscape::Selection *selection = desktop->getSelection(); SPDocument *doc = document(); Inkscape::Preferences *prefs = Inkscape::Preferences::get(); - if (prefs->getBool("/options/pathoperationsunlink/value", true)) { - unlinkRecursive(true); - } std::vector<SPItem*> items_copy(items().begin(), items().end()); if (items_copy.size() < 1) { |
