diff --git a/app/core/gimpgrouplayer.c b/app/core/gimpgrouplayer.c index a6fa5e8908..d562222fc6 100644 --- a/app/core/gimpgrouplayer.c +++ b/app/core/gimpgrouplayer.c @@ -1208,6 +1208,9 @@ gimp_group_layer_update_size (GimpGroupLayer *group) */ gimp_projectable_invalidate (GIMP_PROJECTABLE (group), x, y, width, height); + + /* see comment in gimp_group_layer_stack_update() below */ + gimp_pickable_flush (GIMP_PICKABLE (GET_PRIVATE (group)->projection)); } } }