[gimp] Issue #5069: Gfig uses the Stroke color for filling instead of the fill color
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Issue #5069: Gfig uses the Stroke color for filling instead of the fill color
- Date: Sun, 12 Jul 2020 19:47:42 +0000 (UTC)
commit 0a611bd8adc4a9ca3848593c803a8e3cb1a2beb1
Author: Elad Shahar <dawn ever gmail com>
Date: Sat Jul 11 11:29:53 2020 +0300
Issue #5069: Gfig uses the Stroke color for filling instead of the fill color
plug-ins/gfig/gfig-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/gfig/gfig-dialog.c b/plug-ins/gfig/gfig-dialog.c
index 7ce2b6cb7d..29e9b19bec 100644
--- a/plug-ins/gfig/gfig-dialog.c
+++ b/plug-ins/gfig/gfig-dialog.c
@@ -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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]