https://bugs.kde.org/show_bug.cgi?id=437718
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kdeclarative/commit/ | |ca86b73f754947b1a2c1a0223c8 | |1634480c3a3f1 Status|ASSIGNED |RESOLVED Version Fixed In| |5.83 --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit ca86b73f754947b1a2c1a0223c81634480c3a3f1 by Nate Graham. Committed on 27/05/2021 at 22:59. Pushed by ngraham into branch 'master'. [KeySequenceItem] Display ampersands in shortcuts We have to replace the single ampersand that we get back from QKeySequence::toString() to be two ampersands, because the QQC2 Button that will display this string interprets a single ampersand as a mnemonic and hides it, which is not correct for our use of it here. FIXED-IN: 5.83 M +6 -1 src/qmlcontrols/kquickcontrols/KeySequenceItem.qml https://invent.kde.org/frameworks/kdeclarative/commit/ca86b73f754947b1a2c1a0223c81634480c3a3f1 -- You are receiving this mail because: You are watching all bug changes.