diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-26 09:36:22 +0000 |
|---|---|---|
| committer | jabiertxof <jabier.arraiza@marker.es> | 2015-10-26 09:36:22 +0000 |
| commit | 0ab5eb11dba2f130c7582753f5717ab002dd383e (patch) | |
| tree | da31aa246791eab3d84712dc24f5abb4dd070906 /src/widgets/spray-toolbar.cpp | |
| parent | Removing new roughen changes to create a new Spray branch (diff) | |
| download | inkscape-0ab5eb11dba2f130c7582753f5717ab002dd383e.tar.gz inkscape-0ab5eb11dba2f130c7582753f5717ab002dd383e.zip | |
Fixed typos from Mc
Removed unnecesary added headers
Put overlap default to false
(bzr r14422.1.12)
Diffstat (limited to 'src/widgets/spray-toolbar.cpp')
| -rw-r--r-- | src/widgets/spray-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/spray-toolbar.cpp b/src/widgets/spray-toolbar.cpp index 6a062bc46..2279845de 100644 --- a/src/widgets/spray-toolbar.cpp +++ b/src/widgets/spray-toolbar.cpp @@ -287,7 +287,7 @@ void sp_spray_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObj _("Not overlap"), INKSCAPE_ICON("distribute-randomize"), secondarySize ); - gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(act), prefs->getBool("/tools/spray/overlap", true) ); + gtk_toggle_action_set_active( GTK_TOGGLE_ACTION(act), prefs->getBool("/tools/spray/overlap", false) ); g_signal_connect_after( G_OBJECT(act), "toggled", G_CALLBACK(sp_toggle_not_overlap), desktop) ; gtk_action_group_add_action( mainActions, GTK_ACTION(act) ); } |
