reverted stanislavs change
--Sven
This commit is contained in:
@ -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>
|
2000-02-05 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* gimprc.in: user_install creates the gflare directory as
|
* gimprc.in: user_install creates the gflare directory as
|
||||||
|
@ -431,7 +431,7 @@ edit_fill (GImage *gimage,
|
|||||||
if (!gimage || drawable == NULL)
|
if (!gimage || drawable == NULL)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
gimage_get_foreground (gimage, drawable, col);
|
gimage_get_background (gimage, drawable, col);
|
||||||
if (drawable_has_alpha (drawable))
|
if (drawable_has_alpha (drawable))
|
||||||
col [drawable_bytes (drawable) - 1] = OPAQUE_OPACITY;
|
col [drawable_bytes (drawable) - 1] = OPAQUE_OPACITY;
|
||||||
|
|
||||||
|
@ -431,7 +431,7 @@ edit_fill (GImage *gimage,
|
|||||||
if (!gimage || drawable == NULL)
|
if (!gimage || drawable == NULL)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
gimage_get_foreground (gimage, drawable, col);
|
gimage_get_background (gimage, drawable, col);
|
||||||
if (drawable_has_alpha (drawable))
|
if (drawable_has_alpha (drawable))
|
||||||
col [drawable_bytes (drawable) - 1] = OPAQUE_OPACITY;
|
col [drawable_bytes (drawable) - 1] = OPAQUE_OPACITY;
|
||||||
|
|
||||||
|
@ -431,7 +431,7 @@ edit_fill (GImage *gimage,
|
|||||||
if (!gimage || drawable == NULL)
|
if (!gimage || drawable == NULL)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
gimage_get_foreground (gimage, drawable, col);
|
gimage_get_background (gimage, drawable, col);
|
||||||
if (drawable_has_alpha (drawable))
|
if (drawable_has_alpha (drawable))
|
||||||
col [drawable_bytes (drawable) - 1] = OPAQUE_OPACITY;
|
col [drawable_bytes (drawable) - 1] = OPAQUE_OPACITY;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user