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 + src/live_effects/parameter/path.h | 1 + 2 files changed, 2 insertions(+) (limited to 'src/live_effects/parameter') 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; } diff --git a/src/live_effects/parameter/path.h b/src/live_effects/parameter/path.h index 0b0d5f633..e26611b85 100644 --- a/src/live_effects/parameter/path.h +++ b/src/live_effects/parameter/path.h @@ -41,6 +41,7 @@ public: void param_set_default(); sigc::signal signal_path_pasted; + sigc::signal signal_path_changed; private: PathParam(const PathParam&); -- cgit v1.2.3