From 5efc89d7a5830b387c1362a077c82980c5624174 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Thu, 8 Mar 2007 06:32:50 +0000 Subject: [PATCH] make default paintbucket offset 0 --- src/flood-context.cpp | 2 +- src/widgets/toolbox.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flood-context.cpp b/src/flood-context.cpp index 5d106a795..cd2f1a5ec 100644 --- a/src/flood-context.cpp +++ b/src/flood-context.cpp @@ -302,7 +302,7 @@ static void do_trace(GdkPixbuf *px, SPDesktop *desktop, NR::Matrix transform) { long totalNodeCount = 0L; - double offset = prefs_get_double_attribute("tools.paintbucket", "offset", 2.0); + double offset = prefs_get_double_attribute("tools.paintbucket", "offset", 0.0); for (unsigned int i=0 ; i