diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-02-27 09:21:53 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-02-27 09:21:53 +0000 |
| commit | 0824d1493df6377e5da7d3ab61c48284a975ee4d (patch) | |
| tree | 3e275f5cbd9e9c67df9842109dce60e56745dd46 /src/nodepath.cpp | |
| parent | Fix passing of notebook extension parameters. (diff) | |
| download | inkscape-0824d1493df6377e5da7d3ab61c48284a975ee4d.tar.gz inkscape-0824d1493df6377e5da7d3ab61c48284a975ee4d.zip | |
fix initialization of nodehelperpath showing
(bzr r4885)
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; |
