diff options
Diffstat (limited to 'src/sp-shape.cpp')
| -rw-r--r-- | src/sp-shape.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
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++ |
