https://bugs.kde.org/show_bug.cgi?id=419526
Kurt Hindenburg <kurt.hindenb...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/util | |ities/konsole/commit/e7e8e9 | |d1a9b129d73a4c502af873fb01f | |b2795fb Version Fixed In| |20.08 Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #11 from Kurt Hindenburg <kurt.hindenb...@gmail.com> --- Git commit e7e8e9d1a9b129d73a4c502af873fb01fb2795fb by Kurt Hindenburg, on behalf of Ahmad Samir. Committed on 29/05/2020 at 11:43. Pushed by hindenburg into branch 'master'. [SessionController] Fix crash caused by text encoding menu QMenu since 5.15 is hidden when an action is triggered, this caused a crash in Konsole when trying to access the text encoding menu. Now Session emits a signal when the text encoding is changed, the SessionController can connect to that singal to set the current codec in the KCodecAction object. Also fix the EditProfileDialog so that when the KCodecAction menu is shown the currently set codec is selected. FIXED-IN: 20.08 M +1 -0 src/EditProfileDialog.cpp M +2 -0 src/Session.cpp M +5 -0 src/Session.h M +4 -3 src/SessionController.cpp M +1 -1 src/SessionController.h https://invent.kde.org/utilities/konsole/commit/e7e8e9d1a9b129d73a4c502af873fb01fb2795fb -- You are receiving this mail because: You are watching all bug changes.