From f57b831eafa6408509ee93dfdcfde6d3a1765127 Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 30 Oct 2024 19:14:21 +0100 Subject: [PATCH] Issue #12117: undo history corruption. --- app/core/gimpdrawablefilterundo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/gimpdrawablefilterundo.c b/app/core/gimpdrawablefilterundo.c index baf32cd579..406d9cdea3 100644 --- a/app/core/gimpdrawablefilterundo.c +++ b/app/core/gimpdrawablefilterundo.c @@ -194,7 +194,7 @@ gimp_drawable_filter_undo_pop (GimpUndo *undo, selection = GIMP_CHANNEL (gimp_item_duplicate (GIMP_ITEM (gimp_image_get_mask (image)), GIMP_TYPE_CHANNEL)); - gimp_channel_clear (gimp_image_get_mask (image), NULL, TRUE); + gimp_channel_clear (gimp_image_get_mask (image), NULL, FALSE); } if ((undo_mode == GIMP_UNDO_MODE_UNDO &&