Issue #5069: Gfig uses the Stroke color for filling instead of the fill color

This commit is contained in:
Elad Shahar 2020-07-11 11:29:53 +03:00 committed by Jehan
parent 74d0990456
commit 0a611bd8ad
1 changed files with 1 additions and 1 deletions

View File

@ -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: