From: johncoswell Date: Wed, 28 Feb 2007 04:53:56 +0000 (+0000) Subject: Re-add deleted preference setting for paint bucket tolerance X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d7ac023f2f1dc267862a9b7faae778956aada5f8;p=inkscape.git Re-add deleted preference setting for paint bucket tolerance --- diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 049c7f838..70f70efad 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -4434,6 +4434,7 @@ sp_connector_toolbox_new(SPDesktop *desktop) static void paintbucket_tolerance_changed(GtkAdjustment *adj, GtkWidget *tbl) { + prefs_set_int_attribute("tools.paintbucket", "tolerance", (gint)adj->value); spinbutton_defocus(GTK_OBJECT(tbl)); }