Skip to content
  • Ell's avatar
    app: fix empty mask when duplicating a group layer · 184762cd
    Ell authored
    In gimp_group_layer_mask_changed(), avoid recalculating the group's
    bounding box if it hasn't been calculated yet, since, not only is
    this unnecessary in this case, but it causes the group's mask to
    be erroneously clipped upon duplication, when set by
    gimp_layer_duplicate() while the group is still empty.
    184762cd