summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/splivarot.cpp')
-rw-r--r--src/splivarot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp
index 08cf9584a..7a3971994 100644
--- a/src/splivarot.cpp
+++ b/src/splivarot.cpp
@@ -2400,7 +2400,7 @@ sp_selected_path_simplify(SPDesktop *desktop)
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
gdouble simplifyThreshold =
prefs->getDouble("/options/simplifythreshold/value", 0.003);
- bool simplifyJustCoalesce = prefs->getBool("/options/simplifyjustcoalesce/value", 0);
+ bool simplifyJustCoalesce = prefs->getBool("/options/simplifyjustcoalesce/value", false);
//Get the current time
GTimeVal currentTimeVal;