[gimp/goat-invasion: 548/608] app: GimpBrushCore: hardode one less brush mask format
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion: 548/608] app: GimpBrushCore: hardode one less brush mask format
- Date: Fri, 27 Apr 2012 21:11:26 +0000 (UTC)
commit dfcd6d73c8fc5c7b28834a25bd40547754caee34
Author: Michael Natterer <mitch gimp org>
Date: Mon Apr 23 00:06:04 2012 +0200
app: GimpBrushCore: hardode one less brush mask format
app/paint/gimpbrushcore.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/paint/gimpbrushcore.c b/app/paint/gimpbrushcore.c
index a42ca0e..e5c9c79 100644
--- a/app/paint/gimpbrushcore.c
+++ b/app/paint/gimpbrushcore.c
@@ -1349,7 +1349,7 @@ gimp_brush_core_solidify_mask (GimpBrushCore *core,
dest = gimp_temp_buf_new (brush_mask->width + 2,
brush_mask->height + 2,
- babl_format ("Y u8"));
+ brush_mask->format);
gimp_temp_buf_data_clear (dest);
core->solid_brushes[dest_offset_y][dest_offset_x] = dest;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]