summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-11-13 21:22:53 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-11-13 21:22:53 +0000
commitf08f5d8365d916a8de015bdfe1ce4fda4829a0b4 (patch)
tree3d29cb826e268a0629721a8abd03190f172d4cf2 /src
parentAdd capability to get style rulesets as SPStyle objects (diff)
downloadinkscape-f08f5d8365d916a8de015bdfe1ce4fda4829a0b4.tar.gz
inkscape-f08f5d8365d916a8de015bdfe1ce4fda4829a0b4.zip
Change preference to allow backward compatibility
Diffstat (limited to 'src')
-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 aff0cdb83..8a318dfc2 100644
--- a/src/live_effects/lpe-copy_rotate.cpp
+++ b/src/live_effects/lpe-copy_rotate.cpp
@@ -67,7 +67,7 @@ LPECopyRotate::LPECopyRotate(LivePathEffectObject *lpeobject) :
num_copies(_("Number of copies"), _("Number of copies of the original path"), "num_copies", &wr, this, 6),
gap(_("Gap"), _("Gap"), "gap", &wr, this, -0.0001),
copies_to_360(_("360º Copies"), _("No rotation angle, fixed to 360º"), "copies_to_360", &wr, this, true),
- mirror_copies(_("Mirror copies"), _("Mirror between copies"), "mirror_copies", &wr, this, true),
+ mirror_copies(_("Mirror copies"), _("Mirror between copies"), "mirror_copies", &wr, this, false),
split_items(_("Split elements"), _("Split elements, this allow gradients and other paints."), "split_items", &wr, this, false),
dist_angle_handle(100.0)
{