summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shape-editor.cpp')
-rw-r--r--src/shape-editor.cpp2
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);
}