Code

fix: show lpe parameters when new effect is applied
authorjohanengelen <johanengelen@users.sourceforge.net>
Sat, 26 Jan 2008 16:46:25 +0000 (16:46 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Sat, 26 Jan 2008 16:46:25 +0000 (16:46 +0000)
src/ui/dialog/livepatheffect-editor.cpp

index 8d5b504f077fd93826ced167d9bcd5fe03826ea2..d03edcd8ee1725507b64e744a402038c138bf010 100644 (file)
@@ -251,6 +251,8 @@ LivePathEffectEditor::onApply()
 
             sp_document_done(doc, SP_VERB_DIALOG_LIVE_PATH_EFFECT, 
                              _("Create and apply path effect"));
+
+            onSelectionChanged(sel);
         }
     }
 }