Skip to content
  • Dmitry Kazakov's avatar
    Fix freezes when changing brush properties/curves · fef9ff85
    Dmitry Kazakov authored
    This patch basically makes brush preview to be calculated asynchronously
    in a separate worker thread and update preview only on a completion-signal
    arrival.
    
    WARNING: this patch can theoretically cause a bug, which will make
             the strokes on canvas be painted in extremely small size
             (< 25px). If it happens, then originalPresetSize recovering
             should be restored.
    
    BUG:410158
    fef9ff85