app: don't pass 1.0 as boolean value, not that it would change anything...
This commit is contained in:
@ -251,7 +251,7 @@ gimp_drawable_bucket_fill_internal (GimpDrawable *drawable,
|
|||||||
1.0);
|
1.0);
|
||||||
|
|
||||||
gimp_apply_operation (buffer, NULL, NULL,
|
gimp_apply_operation (buffer, NULL, NULL,
|
||||||
apply_opacity, 1.0,
|
apply_opacity, TRUE,
|
||||||
buffer, NULL);
|
buffer, NULL);
|
||||||
|
|
||||||
g_object_unref (apply_opacity);
|
g_object_unref (apply_opacity);
|
||||||
|
Reference in New Issue
Block a user