https://bugs.kde.org/show_bug.cgi?id=445831
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/30b21146f | |1746287d49289754f4e6a6b38d9 | |925e --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 30b21146f1746287d49289754f4e6a6b38d9925e by Dmitry Kazakov. Committed on 22/11/2021 at 12:14. Pushed by dkazakov into branch 'master'. Fix delivery of synchronized events that come from the GUI thread Now KisSynchronizedConnection behaves as QT::AutoConnection, that is, it delivers events right away, if they are emitted from the GUI thread. It should fix several bugs, when the GUI thread creates temporary KisDocument objects and unittests. M +6 -1 libs/global/KisSynchronizedConnection.cpp M +4 -0 libs/global/KisSynchronizedConnection.h https://invent.kde.org/graphics/krita/commit/30b21146f1746287d49289754f4e6a6b38d9925e -- You are receiving this mail because: You are watching all bug changes.