Issue #5069: Gfig uses the Stroke color for filling instead of the fill color
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user