[gimp/gimp-2-10] app: recompute line art if needed after a bucket fill commit.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: recompute line art if needed after a bucket fill commit.
- Date: Wed, 19 Dec 2018 15:43:28 +0000 (UTC)
commit fd0f5c50a58c12949f8a605d10dfc7dc36bd9ede
Author: Jehan <jehan girinstud io>
Date: Mon Nov 12 15:28:02 2018 +0100
app: recompute line art if needed after a bucket fill commit.
(cherry picked from commit 969143c4366b2e025cc0a46363a3c96722b3468f)
app/tools/gimpbucketfilltool.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/app/tools/gimpbucketfilltool.c b/app/tools/gimpbucketfilltool.c
index 97d91262b5..b04d80333b 100644
--- a/app/tools/gimpbucketfilltool.c
+++ b/app/tools/gimpbucketfilltool.c
@@ -407,14 +407,13 @@ gimp_bucket_fill_tool_preview (GimpBucketFillTool *tool,
static void
gimp_bucket_fill_tool_commit (GimpBucketFillTool *tool)
{
+ tool->priv->fill_in_progress = FALSE;
+
if (tool->priv->filter)
{
gimp_drawable_filter_commit (tool->priv->filter,
GIMP_PROGRESS (tool), FALSE);
gimp_image_flush (gimp_display_get_image (GIMP_TOOL (tool)->display));
-
- if (tool->priv->compute_line_art_after_fill)
- gimp_bucket_fill_compute_line_art (tool);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]