RFR: 8155030: The Menu Mnemonics are always displayed for GTK LAF [v2]
Abhishek Kumar
abhiscxk at openjdk.org
Fri May 10 05:51:05 UTC 2024
On Thu, 9 May 2024 20:49:55 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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18992#discussion_r1596289300
More information about the client-libs-dev
mailing list