Code

* INTL - fixed: "Crop to" dropdown strings not translated for PDF Import
[inkscape.git] / src / knotholder.h
index 18b6c4165241b38fa6de694a62a238bb2d95f871..fd09c7b23fb4ee2802fffd181087e0718a7405f9 100644 (file)
@@ -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())