summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-copy_rotate.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-05-16 10:28:42 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-05-16 10:28:42 +0000
commitaf0a3ca0fa6b70fd4e11cd847ad8f0193063f7e2 (patch)
tree453d89314a531ebcdf1a3ae351a90c92140d81c1 /src/live_effects/lpe-copy_rotate.cpp
parentRemove clang format diff unwanted file (diff)
downloadinkscape-af0a3ca0fa6b70fd4e11cd847ad8f0193063f7e2.tar.gz
inkscape-af0a3ca0fa6b70fd4e11cd847ad8f0193063f7e2.zip
Fix a bug on reloading LPE Clone effect
Diffstat (limited to 'src/live_effects/lpe-copy_rotate.cpp')
-rw-r--r--src/live_effects/lpe-copy_rotate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-copy_rotate.cpp b/src/live_effects/lpe-copy_rotate.cpp
index be0165776..e4411990c 100644
--- a/src/live_effects/lpe-copy_rotate.cpp
+++ b/src/live_effects/lpe-copy_rotate.cpp
@@ -110,8 +110,8 @@ LPECopyRotate::~LPECopyRotate()
void
LPECopyRotate::doAfterEffect (SPLPEItem const* lpeitem)
{
+ is_load = false;
if (split_items) {
- is_load = false;
SPDocument * document = SP_ACTIVE_DOCUMENT;
if (!document) {
return;