summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-12-26 16:14:27 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-12-26 16:14:27 +0000
commitd25de3679d94cc03fdba8aba4de20fab723b4b27 (patch)
treeb5f7a1fea6f2bb2f0d3069916b023ca8b4fa325b /src/ui/tools/freehand-base.cpp
parentMerge branch 'master' into powerpencilII (diff)
downloadinkscape-d25de3679d94cc03fdba8aba4de20fab723b4b27.tar.gz
inkscape-d25de3679d94cc03fdba8aba4de20fab723b4b27.zip
Fix power stroke closed path and minor tweacks for pencil powerstroke
Diffstat (limited to 'src/ui/tools/freehand-base.cpp')
-rw-r--r--src/ui/tools/freehand-base.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp
index d2ef1e00d..8a078d510 100644
--- a/src/ui/tools/freehand-base.cpp
+++ b/src/ui/tools/freehand-base.cpp
@@ -884,7 +884,6 @@ static void spdc_flush_white(FreehandBase *dc, SPCurve *gc)
if (!dc->white_item) {
dc->white_item = SP_ITEM(desktop->currentLayer()->appendChildRepr(repr));
}
- std::cout << "lololololo----------------------lololo" << std::endl;
spdc_check_for_and_apply_waiting_LPE(dc, dc->white_item, c, false);
dc->selection->set(dc->white_item);
}