From: johanengelen Date: Wed, 27 Feb 2008 09:21:53 +0000 (+0000) Subject: fix initialization of nodehelperpath showing X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=14a083fb22f4ccb8e36e0d7bcb525ddf4a7d5a45;p=inkscape.git fix initialization of nodehelperpath showing --- 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;