Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / vanishing-point.cpp
index c57232c74859f06aea965e7dc3e0d34c03f3e590..ab46b21a6c955ee8c69fead5af637fa15cad043d 100644 (file)
@@ -21,8 +21,7 @@
 #include "event-context.h"
 #include "xml/repr.h"
 #include "perspective-line.h"
-
-#include "knotholder.h" // FIXME: can we avoid direct access to KnotHolder::update_knots?
+#include "shape-editor.h"
 
 namespace Box3D {
 
@@ -614,8 +613,8 @@ VPDrag::updateBoxHandles ()
 
     SPEventContext *ec = inkscape_active_event_context();
     g_assert (ec != NULL);
-    if (ec->shape_knot_holder != NULL) {
-        ec->shape_knot_holder->update_knots();
+    if (ec->shape_editor != NULL) {
+        ec->shape_editor->update_knotholder();
     }
 }