Skip to content
  • Dmitry Kazakov's avatar
    Fix two problems with merging pass-through layers · e3e7285f
    Dmitry Kazakov authored
    1) Fix a crash when trying to merge two groups with pass-through
       (we shouldn't start a image()->refreshGraphAsync(merged) before
        the layer is added to the tree)
    
    2) Fix flattening and merging of pass-trough layers with usual layers.
       Basically, we should switch-off pass-through mode right before merging.
    e3e7285f