Code

Disable the page selector when there's only one page
[inkscape.git] / src / knotholder.cpp
index a24bb16259d0bcf2b70d7459e0f9436e67448810..d8776cca7219db5a91f417fbdd32f7c55bd28c9d 100644 (file)
@@ -195,7 +195,8 @@ void sp_knot_holder_add_full(
  * \param p In desktop coordinates.
  */
 
-static void knotholder_update_knots(SPKnotHolder *knot_holder, SPItem *item)
+//static
+void knotholder_update_knots(SPKnotHolder *knot_holder, SPItem *item)
 {
     NR::Matrix const i2d(sp_item_i2d_affine(item));