Skip to content
  • Dmitry Kazakov's avatar
    Fix cloning of the image with overlay selection mask · b1bccb81
    Dmitry Kazakov authored
    When cloning the image with a copy-ctor it should have exactly
    the same state as before cloning. It includes the state of the
    overlay selection mask. It guarantees that there will be no async
    jobs running right after the operation.
    
    When saving, we don't want the overlay mask be saved into the file,
    therefore we should run a separate action to disable it.
    
    BUG:412747
    b1bccb81