summaryrefslogtreecommitdiffstats
path: root/src/nodepath.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-07-14 10:22:27 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-07-14 10:22:27 +0000
commit1a0fcd98af5334f810752a7b5ad6269f2ed2ab25 (patch)
tree31040f6a95b67c3d6fce1b245353f4e11c208092 /src/nodepath.cpp
parentSome improvements to my title/desc stuff of revision 18759 (see bug 171024). (diff)
downloadinkscape-1a0fcd98af5334f810752a7b5ad6269f2ed2ab25.tar.gz
inkscape-1a0fcd98af5334f810752a7b5ad6269f2ed2ab25.zip
Enable simultaneous knotholder and nodepath
(bzr r6291)
Diffstat (limited to 'src/nodepath.cpp')
-rw-r--r--src/nodepath.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nodepath.cpp b/src/nodepath.cpp
index 02e700ac1..3f9754bbb 100644
--- a/src/nodepath.cpp
+++ b/src/nodepath.cpp
@@ -627,6 +627,10 @@ static void update_object(Inkscape::NodePath::Path *np)
sp_canvas_bpath_set_bpath(SP_CANVAS_BPATH(np->helper_path), helper_curve);
helper_curve->unref();
}
+
+ // now that nodepath and knotholder can be enabled simultaneously, we must update the knotholder, too
+ // TODO: this should be done from ShapeEditor!! nodepath should be oblivious of knotholder!
+ np->shape_editor->update_knotholder();
}
/**