From 2fb0d596bc5823f8d72a8a4262e147231170c9cd Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Tue, 30 Oct 2007 22:37:20 +0000 Subject: LPE: implement NEW path-along-path effect, i think that old one has become obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983) --- src/shape-editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shape-editor.cpp') 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); } -- cgit v1.2.3