summaryrefslogtreecommitdiffstats
path: root/src/ui/tools
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-03-20 02:35:35 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-03-20 02:35:35 +0000
commit8dee559ebb54fa7e1ef995b71713c0685b333d60 (patch)
treeb31e47036d1c946ddeeb7c24e4142fd4a1ca536a /src/ui/tools
parentFull refactor of path continuations in bspline-spirolive mode, I think no mor... (diff)
downloadinkscape-8dee559ebb54fa7e1ef995b71713c0685b333d60.tar.gz
inkscape-8dee559ebb54fa7e1ef995b71713c0685b333d60.zip
Removed persistent blue line
(bzr r11950.1.309)
Diffstat (limited to 'src/ui/tools')
-rw-r--r--src/ui/tools/freehand-base.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp
index cecf0c0ca..ac98be2cf 100644
--- a/src/ui/tools/freehand-base.cpp
+++ b/src/ui/tools/freehand-base.cpp
@@ -493,6 +493,10 @@ void spdc_concat_colors_and_flush(FreehandBase *dc, gboolean forceclosed)
dc->blue_curve->reset();
sp_canvas_bpath_set_bpath(SP_CANVAS_BPATH(dc->blue_bpath), NULL);
+ // Blue2
+ dc->blue2_curve->reset();
+ sp_canvas_bpath_set_bpath(SP_CANVAS_BPATH(dc->blue2_bpath), NULL);
+
// Red
if (dc->red_curve_is_valid) {
c->append_continuous(dc->red_curve, 0.0625);