Skip to content
  • Dmitry Kazakov's avatar
    Fix an assert in KisStrokesQueue when cancelling LoDN stroke too quickly · ad9e3211
    Dmitry Kazakov authored
    When the user cancells the stroke with Esc key and starts a new stroke
    with instant preview too quickly, the queue may enter a race condition,
    when the current lod range is not estimated correctly. To overcome this
    issue, we now add a fake legacy stroke into the end of the queue to
    make sure that the lod range is properly closed.
    
    BUG:434647
    ad9e3211