summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-12-18 00:20:41 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-12-18 00:20:41 +0000
commitdaae1f8c25dcd6e35a469f488c24c751132dbffc (patch)
treeccbadaee943e45edef1d64c346d019e942a7a00e /src
parentMerge branch 'master' into powerpencilII (diff)
downloadinkscape-daae1f8c25dcd6e35a469f488c24c751132dbffc.tar.gz
inkscape-daae1f8c25dcd6e35a469f488c24c751132dbffc.zip
Tiny fix to improbe release pentool
Diffstat (limited to 'src')
-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();