diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-11-06 01:15:41 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-11-06 01:15:41 +0000 |
| commit | 64eaf40029c6c0e530fdbe3d80335fc97ae93507 (patch) | |
| tree | c43c40544a8572c251652b9a34a987dbf3b7c23b /src/ui/tools/freehand-base.cpp | |
| parent | Fix bug on apply bend LPE from pen/cil without cliboard, nothin happends prev... (diff) | |
| download | inkscape-64eaf40029c6c0e530fdbe3d80335fc97ae93507.tar.gz inkscape-64eaf40029c6c0e530fdbe3d80335fc97ae93507.zip | |
Minor tweak
(bzr r15217)
Diffstat (limited to 'src/ui/tools/freehand-base.cpp')
| -rw-r--r-- | src/ui/tools/freehand-base.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp index 36962fe9a..46c3255ca 100644 --- a/src/ui/tools/freehand-base.cpp +++ b/src/ui/tools/freehand-base.cpp @@ -794,7 +794,7 @@ static void spdc_flush_white(FreehandBase *dc, SPCurve *gc) SPItem *item = SP_ITEM(desktop->currentLayer()->appendChildRepr(repr)); //Bend needs the transforms applied after, Other effects best before if((previous_shape_type == BEND_CLIPBOARD && shape_selected == LAST_APPLIED) || - shape_selected == BEND_CLIPBOARD && previous_shape_type != NONE) + (shape_selected == BEND_CLIPBOARD && previous_shape_type != NONE)) { spdc_check_for_and_apply_waiting_LPE(dc, item, c); previous_shape_type = BEND_CLIPBOARD; |
