summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-14 08:15:21 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-14 08:15:21 +0000
commit460622995cf383da6a227ac57fa38ea5849bb198 (patch)
tree57338374ca6c37d6245df896e9b3a813c3c4240c /src
parentpatch from bug 214171 (diff)
downloadinkscape-460622995cf383da6a227ac57fa38ea5849bb198.tar.gz
inkscape-460622995cf383da6a227ac57fa38ea5849bb198.zip
don't override helperpath preference setting per default in LPE::Effect.
(bzr r5441)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/effect.cpp1
1 files changed, 0 insertions, 1 deletions
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;
}