diff options
Diffstat (limited to 'src/shape-editor.cpp')
| -rw-r--r-- | src/shape-editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shape-editor.cpp b/src/shape-editor.cpp index 55f3183e5..508d2228d 100644 --- a/src/shape-editor.cpp +++ b/src/shape-editor.cpp @@ -476,7 +476,7 @@ void ShapeEditor::select_prev () { } void ShapeEditor::show_handles (bool show) { - if (this->nodepath) + if (this->nodepath && !this->nodepath->straight_path) sp_nodepath_show_handles (this->nodepath, show); } |
