Skip to content
  • Ell's avatar
    app: use gimp_projectable_bounds_changed() when resizing group layers · 1bb3e962
    Ell authored
    In GimpGroupLayer, use gimp_projectable_bounds_changed() when
    updating the group layer's size, instead of reconstructing the
    projection, unless reallocation of the projection has been
    requested.  This is more efficient, since it simply copies the
    content of the projection's old buffer to the new buffer, rather
    than re-rendering the graph.
    1bb3e962