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