summaryrefslogtreecommitdiffstats
path: root/src/object/sp-item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-item.cpp')
-rw-r--r--src/object/sp-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-item.cpp b/src/object/sp-item.cpp
index 6e4a163dc..59ea0a554 100644
--- a/src/object/sp-item.cpp
+++ b/src/object/sp-item.cpp
@@ -1496,7 +1496,7 @@ void SPItem::doWriteTransform(Geom::Affine const &transform, Geom::Affine const
} // endif(compensate)
- gint preserve = prefs->getBool("/options/preservetransform/value", 0);
+ gint preserve = prefs->getBool("/options/preservetransform/value", false);
Geom::Affine transform_attr (transform);
// CPPIFY: check this code.