mirror of https://github.com/GNOME/gimp.git
Issue #5069: Gfig uses the Stroke color for filling instead of the fill color
This commit is contained in:
parent
74d0990456
commit
0a611bd8ad
|
@ -1921,7 +1921,7 @@ paint_layer_fill (gdouble x1, gdouble y1, gdouble x2, gdouble y2)
|
|||
return;
|
||||
|
||||
case FILL_COLOR:
|
||||
fill_type = GIMP_FILL_FOREGROUND;
|
||||
fill_type = GIMP_FILL_BACKGROUND;
|
||||
break;
|
||||
|
||||
case FILL_PATTERN:
|
||||
|
|
Loading…
Reference in New Issue