diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-07-05 22:14:22 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-07-05 22:14:22 +0000 |
| commit | d10d41b6ab4c5571c6544338de2959ec4033454d (patch) | |
| tree | 4ec2b3fc9dea6df3598609486655e7ad55980f24 /src/ui/dialog/livepatheffect-editor.cpp | |
| parent | fix 245806 (diff) | |
| download | inkscape-d10d41b6ab4c5571c6544338de2959ec4033454d.tar.gz inkscape-d10d41b6ab4c5571c6544338de2959ec4033454d.zip | |
move undo commits closer to the UI
(bzr r6195)
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.cpp')
| -rw-r--r-- | src/ui/dialog/livepatheffect-editor.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp index c1bbaa022..abf79d98d 100644 --- a/src/ui/dialog/livepatheffect-editor.cpp +++ b/src/ui/dialog/livepatheffect-editor.cpp @@ -331,6 +331,9 @@ LivePathEffectEditor::onApply() LivePathEffect::Effect::createAndApply(data->key.c_str(), doc, item); + sp_document_done(doc, SP_VERB_DIALOG_LIVE_PATH_EFFECT, + _("Create and apply path effect")); + onSelectionChanged(sel); } } |
