summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-01-26 16:46:25 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-01-26 16:46:25 +0000
commitb953ecdfb319780037d116c6e35d801cd814e9c5 (patch)
tree747d23e6e8e9059a92bc64eef1da39e37ffb6ccd /src
parentadd copy button to LPE pathparam (diff)
downloadinkscape-b953ecdfb319780037d116c6e35d801cd814e9c5.tar.gz
inkscape-b953ecdfb319780037d116c6e35d801cd814e9c5.zip
fix: show lpe parameters when new effect is applied
(bzr r4601)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/livepatheffect-editor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp
index 8d5b504f0..d03edcd8e 100644
--- a/src/ui/dialog/livepatheffect-editor.cpp
+++ b/src/ui/dialog/livepatheffect-editor.cpp
@@ -251,6 +251,8 @@ LivePathEffectEditor::onApply()
sp_document_done(doc, SP_VERB_DIALOG_LIVE_PATH_EFFECT,
_("Create and apply path effect"));
+
+ onSelectionChanged(sel);
}
}
}