From 9f73c6a042a7da94457ef3adcc142b626fbbc905 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Wed, 18 Jun 2008 22:30:22 +0000 Subject: Update LPE helper paths "live" on changes (bzr r5995) --- 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 d5712525a..4b71184e4 100644 --- a/src/shape-editor.cpp +++ b/src/shape-editor.cpp @@ -198,7 +198,7 @@ void ShapeEditor::set_item(SPItem *item) { // or the LPE is invisible or it doesn't provide a knotholder itself this->nodepath = sp_nodepath_new(desktop, item, (prefs_get_int_attribute("tools.nodes", "show_handles", 1) != 0)); - } else if (lpe && lpe->isVisible() && lpe->showOrigPath()) { + } else if (lpe && lpe->isVisible()) { sp_lpe_item_add_temporary_canvasitems(lpeitem, desktop); } } -- cgit v1.2.3