From b66dbee4198e847bd089c9b97d9e459dc4e4250c Mon Sep 17 00:00:00 2001 From: John Bintz Date: Wed, 28 Feb 2007 01:38:55 +0000 Subject: Change paint bucket tolerance toolbar to use percentages rather than color channel distance (bzr r2463) --- src/widgets/toolbox.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/widgets/toolbox.cpp') diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 788176d9c..049c7f838 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -4434,7 +4434,6 @@ 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)); } @@ -4447,8 +4446,8 @@ sp_paintbucket_toolbox_new(SPDesktop *desktop) { GtkWidget *tolerance = sp_tb_spinbutton(_("Tolerance:"), _("The maximum allowed difference between the clicked pixel and the neighboring pixels to be counted in the fill"), - "tools.paintbucket", "tolerance", 8, NULL, tbl, TRUE, - "inkscape:paintbucket-tolerance", 0, 255, 1.0, 10.0, + "tools.paintbucket", "tolerance", 5, NULL, tbl, TRUE, + "inkscape:paintbucket-tolerance", 0, 100, 1.0, 10.0, paintbucket_tolerance_changed, 1, 0); gtk_box_pack_start(GTK_BOX(tbl), tolerance, FALSE, FALSE, -- cgit v1.2.3