[gimp/gimp-2-10] 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/gimp-2-10] Issue #5069: Gfig uses the Stroke color for filling instead of the fill color
- Date: Thu, 16 Jul 2020 13:47:27 +0000 (UTC)
commit b0a4a95be4d8f057481cc6cf5251ced82decf27b
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
(cherry picked from commit 0a611bd8adc4a9ca3848593c803a8e3cb1a2beb1)
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 560f7d4fa0..9f72b975a0 100644
--- a/plug-ins/gfig/gfig-dialog.c
+++ b/plug-ins/gfig/gfig-dialog.c
@@ -1920,7 +1920,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]