mirror of https://github.com/GNOME/gimp.git
app: fix wrong enum type bug.
This commit is contained in:
parent
052fbedc83
commit
b7e7561583
|
@ -199,7 +199,7 @@ gimp_drawable_edit_fill (GimpDrawable *drawable,
|
|||
GimpDrawableFilter *filter;
|
||||
gdouble opacity;
|
||||
GimpLayerMode mode;
|
||||
GimpLayerMode composite_mode;
|
||||
GimpLayerCompositeMode composite_mode;
|
||||
|
||||
opacity = gimp_context_get_opacity (context);
|
||||
mode = gimp_context_get_paint_mode (context);
|
||||
|
|
Loading…
Reference in New Issue