Skip to content
  • Dmitry Kazakov's avatar
    Fix assert when manipulating animation frames · db811bc8
    Dmitry Kazakov authored
    Every frame add/move/delete command issues canvas updates. We shouldn't
    let these updates to run until all manipulations with m_frames are
    finished. Otherwise there will be non-thread-safe access to frames
    storage.
    
    BUG:405723
    db811bc8