diff options
| author | Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> | 2019-10-04 01:57:59 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-10-05 10:46:08 +0000 |
| commit | 1577fb046b210571f9deab6f56bf2766b773e4b3 (patch) | |
| tree | f75a5d995471711408a5eb8fabc3451d27c1ab87 /src | |
| parent | fix leak in _bsplineHandlePosition (diff) | |
| download | inkscape-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.cpp | 2 |
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 */ { |
