Random underlined characters in Preferences in nightlies?
Just noticed something strange in the new 2.0.3 nightlies (as well as master). In the Preferences dialog, certain characters are underlined. In the attached image, we have three examples: Start, Continue, and Start. What made this happen?
Comments
Normally that would indeed these are mnemonics - pressing the key corresponding to the letter would act as a shortcut to selecting them item. But this doesn't seem to actually be the case, at least on my system.
Looks like the change was made in the following commit:
https://github.com/musescore/MuseScore/commit/e342fda2f842b663dc09bda31…
In reply to Normally that would indeed by Marc Sabatella
Ah, interesting. Doesn't work for me either, though. And why do some of the options have these underlined letters, but not others?
In reply to Ah, interesting. Doesn't work by Isaac Weiss
Looking at the code in that commit, only certain strings were altered to include the magic ampersand that creates these mnemonics. Why certain strings were modified in that way, I couldn't tell you.
In reply to Looking at the code in that by Marc Sabatella
It was Qt designer acting widely and Werner not noticing. I revert the changes in the latest commit for both branches.