summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-03-08 06:32:50 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-03-08 06:32:50 +0000
commit9bc1f496a58ba225c488878475f911bef4749195 (patch)
tree9611115e9edb0aa0c64d85291c7921da3fddb8fc /src/flood-context.cpp
parentAdd units selector to offset and remove offset range limits (diff)
downloadinkscape-9bc1f496a58ba225c488878475f911bef4749195.tar.gz
inkscape-9bc1f496a58ba225c488878475f911bef4749195.zip
make default paintbucket offset 0
(bzr r2565)
Diffstat (limited to 'src/flood-context.cpp')
-rw-r--r--src/flood-context.cpp2
1 files changed, 1 insertions, 1 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<results.size() ; i++) {
Inkscape::Trace::TracingEngineResult result = results[i];