summaryrefslogtreecommitdiffstats
path: root/src/object-set.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-09-09 04:28:03 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-09-09 04:28:03 +0000
commit1c31310676b12bd4fd5e477192bf7bd9fffabf83 (patch)
treeb3e34b60fa87d0a79fe1011321ad5f6b50f44deb /src/object-set.h
parentThis commit is based on a coment on bug #1670644. And allow to fill the fill ... (diff)
downloadinkscape-1c31310676b12bd4fd5e477192bf7bd9fffabf83.tar.gz
inkscape-1c31310676b12bd4fd5e477192bf7bd9fffabf83.zip
Fix a bug when creating a cloned LPE with fill between many
Diffstat (limited to 'src/object-set.h')
-rw-r--r--src/object-set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object-set.h b/src/object-set.h
index 82d2988c7..c5e190136 100644
--- a/src/object-set.h
+++ b/src/object-set.h
@@ -370,7 +370,7 @@ public:
bool unlinkRecursive(const bool skip_undo = false);
void relink();
void cloneOriginal();
- void cloneOriginalPathLPE();
+ void cloneOriginalPathLPE(bool allow_transforms = false);
Inkscape::XML::Node* group();
void popFromGroup();
void ungroup();