X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fknotholder.h;h=fd09c7b23fb4ee2802fffd181087e0718a7405f9;hb=f2c65c84b2e5016ef16907bf15d51ded9c25411e;hp=18b6c4165241b38fa6de694a62a238bb2d95f871;hpb=b2dfb5760b4ff97eabdaa0272ba7ed7f0dd8c6eb;p=inkscape.git 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())