Skip to content
  • Amy spark's avatar
    G'MIC: stack images when returning the list · 4555c6ee
    Amy spark authored
    The use of recursiveApplyNodes, introduced in
    ca0d473b as part of the refactor that
    enabled the rest of the input modes, missed a significant subtlety of
    the layer enumeration: recursiveApplyNodes works top-down, while
    G'MIC expects layers to be sorted bottom-up.
    
    BUG: 456463
    4555c6ee