From c54cfe33b8031d6a5ba0995395ff36580b0d021a Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 26 Aug 2007 12:44:19 +0000 Subject: 2 LPE things: * Add changed signal to LPE PathParameter * removed origin parameter from path along path as it is not necessary any more (bzr r3585) --- src/live_effects/parameter/path.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/live_effects/parameter/path.cpp') diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp index f24fa933a..343a2f840 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -67,6 +67,7 @@ PathParam::param_readSVGValue(const gchar * strvalue) newpath.concat( temppath[i].toPwSb() ); } *( dynamic_cast > *> (this) ) = newpath; + signal_path_changed.emit(); return true; } -- cgit v1.2.3