mirror of https://github.com/GNOME/gimp.git
gimpoperationvaluemode: Unbreak value mode
Copy paste failure in my last commit
This commit is contained in:
parent
cd91144f9e
commit
1498b0e972
|
@ -81,7 +81,7 @@ gimp_operation_value_mode_process (GeglOperation *operation,
|
|||
{
|
||||
gdouble opacity = GIMP_OPERATION_POINT_LAYER_MODE (operation)->opacity;
|
||||
|
||||
return gimp_operation_overlay_mode_process_pixels (in_buf, aux_buf, aux2_buf, out_buf, opacity, samples, roi, level);
|
||||
return gimp_operation_value_mode_process_pixels (in_buf, aux_buf, aux2_buf, out_buf, opacity, samples, roi, level);
|
||||
}
|
||||
|
||||
gboolean
|
||||
|
|
Loading…
Reference in New Issue