summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-09-11 10:57:01 +0000
committerjabiertxof <info@marker.es>2016-09-11 10:57:01 +0000
commitc4bd2a99c8d32c8051a2a36aa5ff4594cacdc195 (patch)
treefdfa1c8c734385152cca4a3a2c66d98bc7c2b748 /src/ui
parentFix bugs: #1621234 and #172137 (diff)
downloadinkscape-c4bd2a99c8d32c8051a2a36aa5ff4594cacdc195.tar.gz
inkscape-c4bd2a99c8d32c8051a2a36aa5ff4594cacdc195.zip
Fix compiler warning
(bzr r15112)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/tools/freehand-base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp
index e42336113..067035b97 100644
--- a/src/ui/tools/freehand-base.cpp
+++ b/src/ui/tools/freehand-base.cpp
@@ -790,7 +790,7 @@ static void spdc_flush_white(FreehandBase *dc, SPCurve *gc)
shape_selected == BEND_CLIPBOARD)
{
spdc_check_for_and_apply_waiting_LPE(dc, item, c);
- previous_shape_type == BEND_CLIPBOARD;
+ previous_shape_type = BEND_CLIPBOARD;
}
Inkscape::GC::release(repr);
item->transform = SP_ITEM(desktop->currentLayer())->i2doc_affine().inverse();