summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNathan Lee <2431820-nathanal@users.noreply.gitlab.com>2019-10-04 01:57:59 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2019-10-05 10:46:08 +0000
commit1577fb046b210571f9deab6f56bf2766b773e4b3 (patch)
treef75a5d995471711408a5eb8fabc3451d27c1ab87 /src
parentfix leak in _bsplineHandlePosition (diff)
downloadinkscape-1577fb046b210571f9deab6f56bf2766b773e4b3.tar.gz
inkscape-1577fb046b210571f9deab6f56bf2766b773e4b3.zip
Match default for star tool and star toolbar
Diffstat (limited to 'src')
-rw-r--r--src/ui/toolbar/star-toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/toolbar/star-toolbar.cpp b/src/ui/toolbar/star-toolbar.cpp
index a2d09f9aa..b0c585a5a 100644
--- a/src/ui/toolbar/star-toolbar.cpp
+++ b/src/ui/toolbar/star-toolbar.cpp
@@ -71,7 +71,7 @@ StarToolbar::StarToolbar(SPDesktop *desktop) :
add(*_mode_item);
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
- bool isFlatSided = prefs->getBool("/tools/shapes/star/isflatsided", true);
+ bool isFlatSided = prefs->getBool("/tools/shapes/star/isflatsided", false);
/* Flatsided checkbox */
{