Skip to content
  • Ell's avatar
    Bug 790810 - Nested layer groups lead to a deadlock with multithreading · 4e4c1cd5
    Ell authored
    Use gimp:buffer-source-validate, introduced in the previous commit,
    for the source node of GimpDrawables.  This avoids threading issues
    with layer groups, or any other drawables that may use a validating
    buffer, by making sure the buffer is validated before any
    succeeding operations, and hence the associated graph is processed
    on the same thread as the parent composition.
    
    Restore multithreaded processing in GimpOperationLayerMode.
    4e4c1cd5