RFR: 8155030: The Menu Mnemonics are always displayed for GTK LAF [v2]

Abhishek Kumar abhiscxk at openjdk.org
Fri May 31 06:27:10 UTC 2024


On Thu, 30 May 2024 20:18:16 GMT, Alisen Chung <achung at openjdk.org> wrote:

>>> why does the get method also set the `isMnemonicHidden` flag? Shouldn't this only be done on the set method?
>> 
>> `isMnemonicHidden` is set to false to make sure if the UI defaults don't support to hide mnemonics, then don't hide it.
>
> if the UI defaults don't support hiding mnemonics, should a warning be given to the user?

Don't think so.... as for Windows and Aqua the implementation is similar.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18992#discussion_r1621798964


More information about the client-libs-dev mailing list