Stupid Raph!

--Sven
This commit is contained in:
Sven Neumann 1999-04-05 22:01:07 +00:00
parent 4c3308411d
commit 7f74800d26
5 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Mon Apr 5 23:59:37 MEST 1999 Sven Neumann <sven@gimp.org>
* app/color_balance.c: Color-balance didn't work when used
from a script because the LUTs weren't set. This is fixed now
and SOTA-Chrome works again.
Mon Apr 5 22:28:01 MEST 1999 Sven Neumann <sven@gimp.org>
* configure.in

View File

@ -1053,6 +1053,8 @@ color_balance_invoker (Argument *args)
cbd.magenta_green[transfer_mode] = magenta_green;
cbd.yellow_blue[transfer_mode] = yellow_blue;
color_balance_create_lookup_tables (&cbd);
/* The application should occur only within selection bounds */
drawable_mask_bounds (drawable, &x1, &y1, &x2, &y2);

View File

@ -1053,6 +1053,8 @@ color_balance_invoker (Argument *args)
cbd.magenta_green[transfer_mode] = magenta_green;
cbd.yellow_blue[transfer_mode] = yellow_blue;
color_balance_create_lookup_tables (&cbd);
/* The application should occur only within selection bounds */
drawable_mask_bounds (drawable, &x1, &y1, &x2, &y2);

View File

@ -1053,6 +1053,8 @@ color_balance_invoker (Argument *args)
cbd.magenta_green[transfer_mode] = magenta_green;
cbd.yellow_blue[transfer_mode] = yellow_blue;
color_balance_create_lookup_tables (&cbd);
/* The application should occur only within selection bounds */
drawable_mask_bounds (drawable, &x1, &y1, &x2, &y2);

View File

@ -1053,6 +1053,8 @@ color_balance_invoker (Argument *args)
cbd.magenta_green[transfer_mode] = magenta_green;
cbd.yellow_blue[transfer_mode] = yellow_blue;
color_balance_create_lookup_tables (&cbd);
/* The application should occur only within selection bounds */
drawable_mask_bounds (drawable, &x1, &y1, &x2, &y2);