Skip to content
Commit 366731e1 authored by Dmitry Kazakov's avatar Dmitry Kazakov
Browse files

Fix crash when rendering animation with a lot of frames on Windows

The problem happens because QProgressDialog::setValue() can call
QApplication::processEvents(), which causes recursive reentrancy
into the update functions, which is not nice.

BUG:401326
BACKPORT:krita/4.1
parent f291f309
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment