https://bugs.kde.org/show_bug.cgi?id=445831
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/30b21146f |hics/krita/commit/e93863bf7 |1746287d49289754f4e6a6b38d9 |c46ecb90a788b7d0cc6f394620f |925e |1f95 --- Comment #6 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit e93863bf7c46ecb90a788b7d0cc6f394620f1f95 by Dmitry Kazakov. Committed on 25/11/2021 at 11:47. Pushed by dkazakov into branch 'krita/5.0'. 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/e93863bf7c46ecb90a788b7d0cc6f394620f1f95 -- You are receiving this mail because: You are watching all bug changes.