diff options
Diffstat (limited to 'src/nodepath.cpp')
| -rw-r--r-- | src/nodepath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodepath.cpp b/src/nodepath.cpp index e03484d7a..7ea29e791 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -204,7 +204,7 @@ Inkscape::NodePath::Path *sp_nodepath_new(SPDesktop *desktop, SPObject *object, np->helperpath_rgba = 0xff0000ff; np->helperpath_width = 1.0; np->curve = sp_curve_copy(curve); - np->show_helperpath = false; + np->show_helperpath = prefs_get_int_attribute ("tools.nodes", "show_helperpath", 0) == 1; np->straight_path = false; if (IS_LIVEPATHEFFECT(object) && item) { np->item = item; |
