diff options
Diffstat (limited to 'src/live_effects/lpe-copy_rotate.cpp')
| -rw-r--r-- | src/live_effects/lpe-copy_rotate.cpp | 2 |
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; |
