diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-08 16:57:28 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-08 16:57:28 +0000 |
| commit | 8fcb510cfc24026d6747b778664b952e6d788d67 (patch) | |
| tree | 73bc3e274122abfa54f1bd32bcf2d4bec999b52e | |
| parent | fixing icons and update to trunk (diff) | |
| download | inkscape-8fcb510cfc24026d6747b778664b952e6d788d67.tar.gz inkscape-8fcb510cfc24026d6747b778664b952e6d788d67.zip | |
fix to fit the new parameters of simplify lpe
(bzr r13973.1.5)
| -rw-r--r-- | src/ui/tools/freehand-base.cpp | 1 |
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"); |
