From ef8c773ea719962a8a70505d276f76210a8bb8c9 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Fri, 4 Jul 2008 11:24:40 +0000 Subject: Remove oncanvas_editable attribute for PointParams; use their internal shape settings for the knotholder handle (bzr r6151) --- src/live_effects/effect.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/live_effects/effect.cpp') diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 73ba7387a..11e5b5048 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -423,7 +423,8 @@ Effect::addPointParamHandles(KnotHolder *knotholder, SPDesktop *desktop, SPItem if ((*p)->paramType() == POINT_PARAM) { PointParam *pparam = static_cast(*p); KnotHolderEntity *e = dynamic_cast(*p); - e->create(desktop, item, knotholder, pparam->handleTip()); + e->create(desktop, item, knotholder, pparam->handleTip(), + pparam->knotShape(), pparam->knotMode(), pparam->knotColor()); knotholder->add(e); } } -- cgit v1.2.3