From 375c85d689529449a2688fac1e5ae176318b0c44 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Mon, 14 Jul 2008 11:18:18 +0000 Subject: Enable knotholder handles for LPEAngleBisector now that they can be used simultaneously with nodepath (bzr r6292) --- src/live_effects/lpe-angle_bisector.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/live_effects/lpe-angle_bisector.cpp b/src/live_effects/lpe-angle_bisector.cpp index a69b6913d..c7c7b5262 100644 --- a/src/live_effects/lpe-angle_bisector.cpp +++ b/src/live_effects/lpe-angle_bisector.cpp @@ -60,9 +60,8 @@ LPEAngleBisector::LPEAngleBisector(LivePathEffectObject *lpeobject) : registerParameter( dynamic_cast(&length_left) ); registerParameter( dynamic_cast(&length_right) ); - /* we disable the handles until we support both knotholders and nodepaths */ - //registerKnotHolderHandle(new AB::KnotHolderEntityLeftEnd(), _("Adjust the \"right\" end of the bisector")); - //registerKnotHolderHandle(new AB::KnotHolderEntityRightEnd(), _("Adjust the point of attachment of the bisector")); + registerKnotHolderHandle(new AB::KnotHolderEntityLeftEnd(), _("Adjust the \"right\" end of the bisector")); + registerKnotHolderHandle(new AB::KnotHolderEntityRightEnd(), _("Adjust the point of attachment of the bisector")); } LPEAngleBisector::~LPEAngleBisector() -- cgit v1.2.3