From: johncoswell Date: Tue, 27 Feb 2007 03:33:19 +0000 (+0000) Subject: Adjusted flood fill padding X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d1539589ebc40fa7c39f1cdb06673e3c5afbd882;p=inkscape.git Adjusted flood fill padding --- 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();