From 96b65f32d922a989131ae91798801ea54c4e8b10 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 28 Oct 2007 16:03:07 +0000 Subject: LPE: implement 'edit next LPE parameter'. Accessible through key '7'. (bzr r3968) --- src/sp-shape.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/sp-shape.cpp') diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp index 511081b4c..ddec7aecc 100644 --- a/src/sp-shape.cpp +++ b/src/sp-shape.cpp @@ -1214,6 +1214,14 @@ bool sp_shape_has_path_effect(SPShape *shape) return (shape->path_effect_href != NULL); } +void sp_shape_edit_next_param_oncanvas(SPShape *shape, SPDesktop *dt) +{ + LivePathEffectObject *lpeobj = sp_shape_get_livepatheffectobject(shape); + if (lpeobj && lpeobj->lpe) { + lpeobj->lpe->editNextParamOncanvas(SP_ITEM(shape), dt); + } +} + /* Local Variables: mode:c++ -- cgit v1.2.3