reverted stanislavs change

--Sven
This commit is contained in:
Sven Neumann 2000-02-04 14:30:46 +00:00
parent 9f7a9c9a35
commit 8d21d63a6e
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
Sat Feb 5 13:22:47 CET 2000 Sven Neumann <sven@gimp.org>
* app/global_edit.c: Reverted Stanislavs change. While I think that
using the FG color would make sense, it is definitely too late to
change this now since it breaks lots of scripts and plugins.
2000-02-05 Tor Lillqvist <tml@iki.fi>
* gimprc.in: user_install creates the gflare directory as

View File

@ -431,7 +431,7 @@ edit_fill (GImage *gimage,
if (!gimage || drawable == NULL)
return FALSE;
gimage_get_foreground (gimage, drawable, col);
gimage_get_background (gimage, drawable, col);
if (drawable_has_alpha (drawable))
col [drawable_bytes (drawable) - 1] = OPAQUE_OPACITY;

View File

@ -431,7 +431,7 @@ edit_fill (GImage *gimage,
if (!gimage || drawable == NULL)
return FALSE;
gimage_get_foreground (gimage, drawable, col);
gimage_get_background (gimage, drawable, col);
if (drawable_has_alpha (drawable))
col [drawable_bytes (drawable) - 1] = OPAQUE_OPACITY;

View File

@ -431,7 +431,7 @@ edit_fill (GImage *gimage,
if (!gimage || drawable == NULL)
return FALSE;
gimage_get_foreground (gimage, drawable, col);
gimage_get_background (gimage, drawable, col);
if (drawable_has_alpha (drawable))
col [drawable_bytes (drawable) - 1] = OPAQUE_OPACITY;