summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/freehand-base.cpp')
-rw-r--r--src/ui/tools/freehand-base.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp
index e294c37a2..8d701d057 100644
--- a/src/ui/tools/freehand-base.cpp
+++ b/src/ui/tools/freehand-base.cpp
@@ -242,6 +242,7 @@ static void spdc_apply_powerstroke_shape(std::vector<Geom::Point> points, Freeha
return;
}
pt->addPowerStrokePencil(c);
+ sp_shape->setCurve(c, true);
}
if(pt->points.empty()){
Inkscape::Preferences *prefs = Inkscape::Preferences::get();