Skip to content
  • Alx Sa's avatar
    scripts: Fix "Remove all Guides" script bug · 21d24467
    Alx Sa authored
    Resolves #10651
    The "Remove All Guides" script calls
    gimp-image-find-next-guide, which per
    its description can take in 0. However,
    the parameter sets 1 as the minimum
    value.
    This patch fixes the range so that it can
    accept 0, which enables the Remove All
    Guides script to work again.
    It also updates the script to the new
    multi-layer aware API.
    21d24467