Code

LPE: implement NEW path-along-path effect, i think that old one has become obsolete...
[inkscape.git] / src / shape-editor.cpp
index 55f3183e53dc027b8a0a25a7478a83f0e168c252..508d2228d3cdec2f551f8d2c0ec23d0955a0c83c 100644 (file)
@@ -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);
 }