From 0824d1493df6377e5da7d3ab61c48284a975ee4d Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Wed, 27 Feb 2008 09:21:53 +0000 Subject: fix initialization of nodehelperpath showing (bzr r4885) --- src/nodepath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3