summaryrefslogtreecommitdiffstats
path: root/src/flood-context.cpp
diff options
context:
space:
mode:
authorJohn Bintz <me@johnbintz.com>2007-02-27 03:33:19 +0000
committerjohncoswell <johncoswell@users.sourceforge.net>2007-02-27 03:33:19 +0000
commit2ddab02bbc959513aa9721fd68247a36b4ac2396 (patch)
tree2fda7b5518c042e8541d3ca6d58bfbdd84a6af22 /src/flood-context.cpp
parentFlood fill render area now taken from desktop view area and zoom level (diff)
downloadinkscape-2ddab02bbc959513aa9721fd68247a36b4ac2396.tar.gz
inkscape-2ddab02bbc959513aa9721fd68247a36b4ac2396.zip
Adjusted flood fill padding
(bzr r2454)
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 abacf6c64..d91c2d0b8 100644
--- a/src/flood-context.cpp
+++ b/src/flood-context.cpp
@@ -365,7 +365,7 @@ static void sp_flood_do_flood_fill(SPEventContext *event_context, GdkEvent *even
}
double zoom_scale = desktop->current_zoom();
- double padding = 1.2;
+ double padding = 1.4;
NR::Rect screen = desktop->get_display_area();