summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp1
1 files changed, 1 insertions, 0 deletions
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));
}