From ce16f79bc2ea0ce81dae35382767a880e495fe9a Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Wed, 18 Jan 2012 21:13:58 +0100 Subject: select referred path when pressing shift+d (select original) for a path with Clone original LPE (bzr r10905) --- src/live_effects/parameter/originalpath.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/live_effects/parameter') diff --git a/src/live_effects/parameter/originalpath.h b/src/live_effects/parameter/originalpath.h index e56dbf2df..f05f17d9a 100644 --- a/src/live_effects/parameter/originalpath.h +++ b/src/live_effects/parameter/originalpath.h @@ -24,7 +24,8 @@ public: Effect* effect); virtual ~OriginalPathParam(); - bool linksToPath() { return (href != NULL); } + bool linksToPath() const { return (href != NULL); } + SPItem * getObject() const { return ref.getObject(); } virtual Gtk::Widget * param_newWidget(); /** Disable the canvas indicators of parent class by overriding this method */ -- cgit v1.2.3