From 460622995cf383da6a227ac57fa38ea5849bb198 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Mon, 14 Apr 2008 08:15:21 +0000 Subject: don't override helperpath preference setting per default in LPE::Effect. (bzr r5441) --- src/live_effects/effect.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/live_effects/effect.cpp') diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 36148ccd0..066b91797 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -396,7 +396,6 @@ Effect::resetDefaults(SPItem * /*item*/) void Effect::setup_nodepath(Inkscape::NodePath::Path *np) { - np->show_helperpath = true; np->helperpath_rgba = 0xff0000ff; np->helperpath_width = 1.0; } -- cgit v1.2.3