diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-08-25 13:32:29 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-08-25 13:32:29 +0000 |
| commit | 6d99fed16aeeb21341e5d28f52534b2a0b94f876 (patch) | |
| tree | 5caf1bbcf66d2c7e04092ef482c00cad63d3d076 /src/ui/tools/pen-tool.cpp | |
| parent | [LP:1634022] xcf export - Guides and grids wrongly positionned. Guides and gr... (diff) | |
| download | inkscape-6d99fed16aeeb21341e5d28f52534b2a0b94f876.tar.gz inkscape-6d99fed16aeeb21341e5d28f52534b2a0b94f876.zip | |
Starting with powerpencil
Diffstat (limited to 'src/ui/tools/pen-tool.cpp')
| -rw-r--r-- | src/ui/tools/pen-tool.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tools/pen-tool.cpp b/src/ui/tools/pen-tool.cpp index 77cb5b6f8..b3497d006 100644 --- a/src/ui/tools/pen-tool.cpp +++ b/src/ui/tools/pen-tool.cpp @@ -1774,9 +1774,9 @@ void PenTool::_bsplineSpiroBuild() //LivePathEffectObject *lpeobj = static_cast<LivePathEffectObject*> (curve); //Effect *spr = static_cast<Effect*> ( new LPEbspline(lpeobj) ); //spr->doEffect(curve); - if(this->bspline){ + if (this->bspline) { LivePathEffect::sp_bspline_do_effect(curve, 0); - }else{ + } else { LivePathEffect::sp_spiro_do_effect(curve); } |
