summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/freehand-base.cpp')
-rw-r--r--src/ui/tools/freehand-base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp
index deb89b874..36962fe9a 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)
+ shape_selected == BEND_CLIPBOARD && previous_shape_type != NONE)
{
spdc_check_for_and_apply_waiting_LPE(dc, item, c);
previous_shape_type = BEND_CLIPBOARD;