summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-03-04 21:36:37 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-03-26 17:48:34 +0000
commit14560467a7c8dc5bc2470554b683bd1048734861 (patch)
tree22d5383219c04ccb4c77a56c40d38d679ba8c1e2 /src
parentBase LPE refactor (diff)
downloadinkscape-14560467a7c8dc5bc2470554b683bd1048734861.tar.gz
inkscape-14560467a7c8dc5bc2470554b683bd1048734861.zip
Fix maren problem in https://gitlab.com/inkscape/inkscape/merge_requests/212#note_61574788
Diffstat (limited to 'src')
-rw-r--r--src/ui/tools/freehand-base.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp
index b57aa2fb0..76aff2c0e 100644
--- a/src/ui/tools/freehand-base.cpp
+++ b/src/ui/tools/freehand-base.cpp
@@ -280,8 +280,6 @@ static void spdc_apply_powerstroke_shape(std::vector<Geom::Point> points, Freeha
lpe = SP_LPE_ITEM(item)->getCurrentLPE();
ps = static_cast<LPEPowerStroke*>(lpe);
if (ps) {
- ps->getRepr()->setAttribute("sort_points", "true");
- ps->getRepr()->setAttribute("interpolator_type", "CentripetalCatmullRom");
ps->offset_points.param_set_and_write_new_value(pt->points);
}
return;