https://bugs.kde.org/show_bug.cgi?id=435555
Albert Astals Cid <aa...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/educ | |ation/kgeography/commit/954 | |c1a2d5664beb605925c0f7ca404 | |5150e077d1 --- Comment #17 from Albert Astals Cid <aa...@kde.org> --- Git commit 954c1a2d5664beb605925c0f7ca4045150e077d1 by Albert Astals Cid. Committed on 13/04/2021 at 21:15. Pushed by aacid into branch 'release/21.04'. Fix crash when "Wait for validation" is not enabled Qt is not happy that we're deleting a radio button from a slot connected to QAbstractButton::toggled, which makes sense, since it's probably not finished internally, so now we do a delayed invokation of boxAsker::checkAnswer that is the method that may ultimately end up deleting the radio button, but this way it runs when Qt is finished processing the toggled change M +1 -1 src/boxasker.cpp https://invent.kde.org/education/kgeography/commit/954c1a2d5664beb605925c0f7ca4045150e077d1 -- You are receiving this mail because: You are watching all bug changes.