From cae2409c94b11d17643f7c19829e2653d759ff8e Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Thu, 13 Dec 2007 09:45:27 +0000 Subject: Fundamentally reworked version of the 3D box tool (among many other things, this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) --- src/knotholder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/knotholder.h') diff --git a/src/knotholder.h b/src/knotholder.h index 18b6c4165..fd09c7b23 100644 --- a/src/knotholder.h +++ b/src/knotholder.h @@ -68,7 +68,7 @@ void sp_knot_holder_add_full(SPKnotHolder *knot_holder, GType sp_knot_holder_get_type(); -// For testing. What is the right way to update the knots from Perspective3D::reshape_boxes() ? +// FIXME: This is an ugly hack! What is the right way to update the knots from VPDrag::updateBoxHandles() ? void knotholder_update_knots(SPKnotHolder *knot_holder, SPItem *item); #define SP_TYPE_KNOT_HOLDER (sp_knot_holder_get_type()) -- cgit v1.2.3