mirror of https://github.com/GNOME/gimp.git
app: fix formatting in gimpselection.c
This commit is contained in:
parent
44fe30ef80
commit
6a02f4a19e
|
@ -739,8 +739,8 @@ gimp_selection_extract (GimpSelection *selection,
|
|||
dest_format);
|
||||
|
||||
/* First, copy the pixels, possibly doing INDEXED->RGB and adding alpha */
|
||||
gegl_buffer_copy (src_buffer, GEGL_RECTANGLE (x1, y1, x2 - x1, y2 - y1),
|
||||
dest_buffer, GEGL_RECTANGLE (0, 0,0 ,0 ));
|
||||
gegl_buffer_copy (src_buffer, GEGL_RECTANGLE (x1, y1, x2 - x1, y2 - y1),
|
||||
dest_buffer, GEGL_RECTANGLE (0, 0, 0, 0));
|
||||
|
||||
if (non_empty)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue