diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-03-20 00:47:49 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-03-20 00:47:49 +0000 |
| commit | b887e821e03cae71b2116d58e64efb62eb9be0be (patch) | |
| tree | ad4373759ba94af268c100a6e98872dc12ff0690 /src/pen-context.cpp | |
| parent | Fixing regression (diff) | |
| download | inkscape-b887e821e03cae71b2116d58e64efb62eb9be0be.tar.gz inkscape-b887e821e03cae71b2116d58e64efb62eb9be0be.zip | |
For testing, widget added, regression fixed
(bzr r11950.1.62)
Diffstat (limited to 'src/pen-context.cpp')
| -rw-r--r-- | src/pen-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pen-context.cpp b/src/pen-context.cpp index b43c2ff19..6f61ceb99 100644 --- a/src/pen-context.cpp +++ b/src/pen-context.cpp @@ -1791,7 +1791,7 @@ static void bspline_spiro_build(SPPenContext *const pc) //We create the base curve SPCurve *curve = new SPCurve(); //If we continuate the existing curve we add it at the start - if(pc->sa && !pc->sa->curve->is_empty() &&1>2){ + if(pc->sa && !pc->sa->curve->is_empty()){ curve = pc->sa->curve->copy(); if (pc->sa->start) { curve = curve->create_reverse(); |
