https://bugs.kde.org/show_bug.cgi?id=401326
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kri | |ta/366731e1b2eea083e88ec599 | |d98acdeac548f002 Resolution|--- |FIXED --- Comment #4 from Dmitry Kazakov <[email protected]> --- Git commit 366731e1b2eea083e88ec599d98acdeac548f002 by Dmitry Kazakov. Committed on 28/02/2019 at 15:27. Pushed by dkazakov into branch 'master'. 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. BACKPORT:krita/4.1 M +44 -3 libs/ui/dialogs/KisAsyncAnimationRenderDialogBase.cpp M +1 -0 libs/ui/dialogs/KisAsyncAnimationRenderDialogBase.h https://commits.kde.org/krita/366731e1b2eea083e88ec599d98acdeac548f002 -- You are receiving this mail because: You are watching all bug changes.
