summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-copy_rotate.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-05-28 10:46:10 +0000
committerJabiertxof <jtx@jtx>2017-05-28 10:46:10 +0000
commit723a528815298cdf6989c03fcdbaa8ad20914571 (patch)
tree58c2bedddaa1f166ab52092ac951566413ac9c21 /src/live_effects/lpe-copy_rotate.cpp
parentAllow doOnRemove in all LPE (diff)
downloadinkscape-723a528815298cdf6989c03fcdbaa8ad20914571.tar.gz
inkscape-723a528815298cdf6989c03fcdbaa8ad20914571.zip
Add a new value to LPE 'is_load' to know the lpe is just load, no previous values set yet to not LPE stored values when loading a previous file
(bzr r15703.1.8)
Diffstat (limited to 'src/live_effects/lpe-copy_rotate.cpp')
-rw-r--r--src/live_effects/lpe-copy_rotate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-copy_rotate.cpp b/src/live_effects/lpe-copy_rotate.cpp
index 551cf1bf9..b29b5e493 100644
--- a/src/live_effects/lpe-copy_rotate.cpp
+++ b/src/live_effects/lpe-copy_rotate.cpp
@@ -109,6 +109,7 @@ void
LPECopyRotate::doAfterEffect (SPLPEItem const* lpeitem)
{
if (split_items) {
+ is_load = false;
SPDocument * document = SP_ACTIVE_DOCUMENT;
if (!document) {
return;