Skip to content
  • Ell's avatar
    app: don't use mask sampler in gimp_pickable_contiguous_region_by_seed() · 03141fc3
    Ell authored
    In gimp_pickable_contiguous_region_by_seed(), use gegl_buffer_get()
    to sample the mask buffer, instead of using a sampler.  The sampler
    is created at the beginning of the operation, and is subsequently
    used after modifying the mask buffer, which should be avoided,
    since the sampler may return outdated cached data.
    03141fc3