Skip to content
  • Hugo Beauzée-Luyssen's avatar
    qt: Don't display progress dialog as modal · 55e6be0e
    Hugo Beauzée-Luyssen authored
    Updating the dialog will call processEvents, which could end up
    processing another dialog progress update, calling the event loop again,
    and so on until we stack overflow.
    Basically, having a modal progress dialog means that any user of that
    API could potentially cause stack overflows if update calls were to be
    unpaced.
    Part #2 of fixing #18640 and #17060
    55e6be0e