summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5f320e6)
raw | patch | inline | side by side (parent: 5f320e6)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 8 Mar 2007 06:32:50 +0000 (06:32 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 8 Mar 2007 06:32:50 +0000 (06:32 +0000) |
src/flood-context.cpp | patch | blob | history | |
src/widgets/toolbox.cpp | patch | blob | history |
diff --git a/src/flood-context.cpp b/src/flood-context.cpp
index 5d106a795ecf2a1a38555c80d50a3876fd270470..cd2f1a5ec46f3e9286f236b17309f3846215d0c1 100644 (file)
--- a/src/flood-context.cpp
+++ b/src/flood-context.cpp
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<results.size() ; i++) {
Inkscape::Trace::TracingEngineResult result = results[i];
index 975a8cbdac708ec55c3fc3e3739336030eb615a6..ce2c8eecd11507effee70990d6ad47c62ab53a3a 100644 (file)
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
{
GtkWidget *offset = sp_tb_spinbutton(_("Offset:"),
_("The amount to grow the path after it has been traced"),
- "tools.paintbucket", "offset", 5, us, tbl, TRUE,
+ "tools.paintbucket", "offset", 0, us, tbl, TRUE,
"inkscape:paintbucket-offset", -1e6, 1e6, 0.1, 0.5,
paintbucket_offset_changed, 1, 2);