summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-06-18 22:30:22 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-06-18 22:30:22 +0000
commit9f73c6a042a7da94457ef3adcc142b626fbbc905 (patch)
tree7e41b52903ea44aef046c9d6ad6b385aac44b6fb /src/shape-editor.cpp
parentMake knotholder members protected (diff)
downloadinkscape-9f73c6a042a7da94457ef3adcc142b626fbbc905.tar.gz
inkscape-9f73c6a042a7da94457ef3adcc142b626fbbc905.zip
Update LPE helper paths "live" on changes
(bzr r5995)
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 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);
}
}