diff options
Diffstat (limited to 'src/shape-editor.cpp')
| -rw-r--r-- | src/shape-editor.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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<NR::Point> center) { if (this->nodepath) |
