From daae1f8c25dcd6e35a469f488c24c751132dbffc Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 18 Dec 2017 01:20:41 +0100 Subject: Tiny fix to improbe release pentool --- src/ui/tools/freehand-base.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 points, Freeha return; } pt->addPowerStrokePencil(c); + sp_shape->setCurve(c, true); } if(pt->points.empty()){ Inkscape::Preferences *prefs = Inkscape::Preferences::get(); -- cgit v1.2.3