[gimp/soc-2010-cage-2] gimpoperationcagepreview: make the preview more visible
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage-2] gimpoperationcagepreview: make the preview more visible
- Date: Sat, 14 Aug 2010 19:37:45 +0000 (UTC)
commit c4a196d87ac2d0c92f911ef1081936e4ff1abce1
Author: Michael Muré <batolettre gmail com>
Date: Sat Aug 14 21:37:17 2010 +0200
gimpoperationcagepreview: make the preview more visible
app/gegl/gimpoperationcagepreview.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/gegl/gimpoperationcagepreview.c b/app/gegl/gimpoperationcagepreview.c
index c302946..54a041b 100644
--- a/app/gegl/gimpoperationcagepreview.c
+++ b/app/gegl/gimpoperationcagepreview.c
@@ -180,8 +180,8 @@ gimp_operation_cage_preview_process (GeglOperation *operation,
GeglRectangle rect, bb_cage;
GeglBufferIterator *it;
- rect.height = 1;
- rect.width = 1;
+ rect.height = 3;
+ rect.width = 3;
bb_cage = gimp_cage_config_get_bounding_box (config);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]