From 24577e91f0d05820369344d0881275e838fa2eef Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 23 Feb 2008 21:52:43 +0000 Subject: * on-canvas clip and mask editing :) in the object menu you can find how to edit them. * show helperpath toggle on node-edit toolbar. so helperpath is now also available for normal paths (instead of only for LPE'd paths) (bzr r4834) --- src/shape-editor.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/shape-editor.cpp') diff --git a/src/shape-editor.cpp b/src/shape-editor.cpp index 0f630ac50..fbf42eaca 100644 --- a/src/shape-editor.cpp +++ b/src/shape-editor.cpp @@ -480,6 +480,10 @@ void ShapeEditor::show_handles (bool show) { sp_nodepath_show_handles (this->nodepath, show); } +void ShapeEditor::show_helperpath (bool show) { + if (this->nodepath) + sp_nodepath_show_helperpath (this->nodepath, show); +} void ShapeEditor::flip (NR::Dim2 axis, NR::Maybe center) { if (this->nodepath) -- cgit v1.2.3