diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-01-18 20:13:58 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2012-01-18 20:13:58 +0000 |
| commit | ce16f79bc2ea0ce81dae35382767a880e495fe9a (patch) | |
| tree | 7490df119e73a65f50bbc383816fbe96129fbfc5 /src/live_effects/parameter | |
| parent | documentation (diff) | |
| download | inkscape-ce16f79bc2ea0ce81dae35382767a880e495fe9a.tar.gz inkscape-ce16f79bc2ea0ce81dae35382767a880e495fe9a.zip | |
select referred path when pressing shift+d (select original) for a path with Clone original LPE
(bzr r10905)
Diffstat (limited to 'src/live_effects/parameter')
| -rw-r--r-- | src/live_effects/parameter/originalpath.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |
