set channel->bounds_known to FALSE (fixes #93853).

2002-09-24  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpchannel.c (gimp_channel_sharpen): set
	channel->bounds_known to FALSE (fixes #93853).
This commit is contained in:
Michael Natterer 2002-09-24 15:57:27 +00:00 committed by Michael Natterer
parent d6e8d44425
commit 45f2ed6294
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-09-24 Michael Natterer <mitch@gimp.org>
* app/core/gimpchannel.c (gimp_channel_sharpen): set
channel->bounds_known to FALSE (fixes #93853).
2002-09-23 Michael Natterer <mitch@gimp.org>
* app/gui/plug-in-menus.c: escape underscores in plug-in menu

View File

@ -1304,6 +1304,8 @@ gimp_channel_sharpen (GimpChannel *mask,
pixel_regions_process_parallel ((p_func) gimp_lut_process_inline,
lut, 1, &maskPR);
gimp_lut_free (lut);
mask->bounds_known = FALSE;
}
void

View File

@ -1304,6 +1304,8 @@ gimp_channel_sharpen (GimpChannel *mask,
pixel_regions_process_parallel ((p_func) gimp_lut_process_inline,
lut, 1, &maskPR);
gimp_lut_free (lut);
mask->bounds_known = FALSE;
}
void