diff options
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index dc378de7c..212fcf357 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -1288,9 +1288,11 @@ void SelectionVerb::perform(SPAction *action, void *data) break; case SP_VERB_SELECTION_COMBINE: + selection->toCurves(true); selection->combine(); break; case SP_VERB_SELECTION_BREAK_APART: + selection->toCurves(true); selection->breakApart(); break; case SP_VERB_SELECTION_ARRANGE: |
