From c4131a1e32e6d59c5b4eaaa1c49fa2eeaafc76fa Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Tue, 29 Jul 2008 14:55:41 +0000 Subject: automatically add helperpath for PathParams (bzr r6457) --- src/live_effects/parameter/path.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (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 c954e09df..2d659c2c7 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -217,6 +217,12 @@ PathParam::param_setup_nodepath(Inkscape::NodePath::Path *np) np->helperpath_width = 1.0; } +void +PathParam::addCanvasIndicators(SPLPEItem *lpeitem, std::vector &hp_vec) +{ + hp_vec.push_back(_pathvector); +} + /* * Only applies transform when not referring to other path! */ -- cgit v1.2.3