diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-08-29 20:39:07 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-08-29 20:39:07 +0000 |
| commit | 1b8b972f1e0d6ee32c1f85514ec334c654d1e29c (patch) | |
| tree | 49e23896ee567d33e7c5dcaf31ecb7402cf80673 /src/ui/tools/pencil-tool.cpp | |
| parent | Fix a bug in pattern along path at first edit node after applied. Backport it... (diff) | |
| download | inkscape-1b8b972f1e0d6ee32c1f85514ec334c654d1e29c.tar.gz inkscape-1b8b972f1e0d6ee32c1f85514ec334c654d1e29c.zip | |
Partial fix for bug 172063 while we find a better solution for XOR in helper lines
(bzr r15090)
Diffstat (limited to 'src/ui/tools/pencil-tool.cpp')
| -rw-r--r-- | src/ui/tools/pencil-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/pencil-tool.cpp b/src/ui/tools/pencil-tool.cpp index 7cc695040..9e8005be8 100644 --- a/src/ui/tools/pencil-tool.cpp +++ b/src/ui/tools/pencil-tool.cpp @@ -847,7 +847,7 @@ void PencilTool::_fitAndSplit() { SPCurve *curve = this->red_curve->copy(); /// \todo fixme: - SPCanvasItem *cshape = sp_canvas_bpath_new(this->desktop->getSketch(), curve); + SPCanvasItem *cshape = sp_canvas_bpath_new(this->desktop->getSketch(), curve, true); curve->unref(); this->highlight_color = SP_ITEM(this->desktop->currentLayer())->highlight_color(); |
