From 9774bb62e7318fd4d3c8c42ec3d3f6751536b966 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 21 Mar 2012 21:26:44 +0100 Subject: [PATCH] app: use hard-edges = TRUE when GEGL-scaling drawables --- app/core/gimpdrawable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/gimpdrawable.c b/app/core/gimpdrawable.c index 4a3ccf7a22..943e7858f1 100644 --- a/app/core/gimpdrawable.c +++ b/app/core/gimpdrawable.c @@ -468,7 +468,7 @@ gimp_drawable_scale (GimpItem *item, "origin-x", 0.0, "origin-y", 0.0, "filter", gimp_interpolation_to_gegl_filter (interpolation_type), - "hard-edges", FALSE, + "hard-edges", TRUE, "x", ((gdouble) new_width / gimp_item_get_width (item)), "y", ((gdouble) new_height /