summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-01-02 18:20:02 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-01-02 18:20:02 +0000
commit6349eecd42acc56445f69ee32fcb3dd6d52c9751 (patch)
tree521c62e4d33be19ba812ca6dddb1a8f91897533f /src/live_effects/parameter/path.h
parent+ Fix bug #179840, forking of LPEs (diff)
downloadinkscape-6349eecd42acc56445f69ee32fcb3dd6d52c9751.tar.gz
inkscape-6349eecd42acc56445f69ee32fcb3dd6d52c9751.zip
make LPE parameters responsible for transformation (LPE cycles through its params to apply transform)
(bzr r4368)
Diffstat (limited to 'src/live_effects/parameter/path.h')
-rw-r--r--src/live_effects/parameter/path.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/parameter/path.h b/src/live_effects/parameter/path.h
index fc5a16a5b..696f27a87 100644
--- a/src/live_effects/parameter/path.h
+++ b/src/live_effects/parameter/path.h
@@ -49,6 +49,8 @@ public:
void param_editOncanvas(SPItem * item, SPDesktop * dt);
void param_setup_notepath(Inkscape::NodePath::Path *np);
+ virtual void param_transform_multiply(Geom::Matrix const& /*postmul*/, bool /*set*/) {};
+
sigc::signal <void> signal_path_pasted;
sigc::signal <void> signal_path_changed;