app: fix wrong enum type bug.

This commit is contained in:
Jehan 2021-02-03 21:34:26 +01:00
parent 052fbedc83
commit b7e7561583
1 changed files with 5 additions and 5 deletions

View File

@ -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);