summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-08 16:57:28 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-08 16:57:28 +0000
commit8fcb510cfc24026d6747b778664b952e6d788d67 (patch)
tree73bc3e274122abfa54f1bd32bcf2d4bec999b52e /src/ui
parentfixing icons and update to trunk (diff)
downloadinkscape-8fcb510cfc24026d6747b778664b952e6d788d67.tar.gz
inkscape-8fcb510cfc24026d6747b778664b952e6d788d67.zip
fix to fit the new parameters of simplify lpe
(bzr r13973.1.5)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/tools/freehand-base.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp
index 0844091c3..35f85f928 100644
--- a/src/ui/tools/freehand-base.cpp
+++ b/src/ui/tools/freehand-base.cpp
@@ -276,7 +276,6 @@ static void spdc_apply_simplify(std::string threshold, FreehandBase *dc, SPItem
// write powerstroke parameters:
lpe->getRepr()->setAttribute("steps", "1");
lpe->getRepr()->setAttribute("threshold", threshold);
- lpe->getRepr()->setAttribute("helper", "false");
lpe->getRepr()->setAttribute("smooth_angles", "360");
lpe->getRepr()->setAttribute("nodes", "false");
lpe->getRepr()->setAttribute("handles", "false");