https://bugs.kde.org/show_bug.cgi?id=382572
--- Comment #1 from Robby Stephenson <ro...@periapsis.org> --- Git commit 9ee42800bbde51844694572289410d052b7903c9 by Robby Stephenson. Committed on 01/08/2017 at 00:47. Pushed by rstephenson into branch 'master'. Add workaround attempt for recursive event loop with image loading This doesn't fix the underlying problem, which should be addressed by asynchronous image loading. A boolean is set before loading an image, which prevents nested event loops from running with recursive repainting. M +14 -1 src/models/entrymodel.cpp M +1 -0 src/models/entrymodel.h https://commits.kde.org/tellico/9ee42800bbde51844694572289410d052b7903c9 --- Comment #2 from Robby Stephenson <ro...@periapsis.org> --- Git commit 54a4060e0ed676d79173f33c0c095d011b759153 by Robby Stephenson. Committed on 30/07/2017 at 19:10. Pushed by rstephenson into branch 'master'. Don't try to load an image until the model knows that images are available This likely doesn't fix the true cause of BUG 382572 but does keep the code internally consistent, with the rest of EntryMode::data() M +2 -2 src/models/entrymodel.cpp https://commits.kde.org/tellico/54a4060e0ed676d79173f33c0c095d011b759153 -- You are receiving this mail because: You are watching all bug changes.