RFR: 8155030: The Menu Mnemonics are always displayed for GTK LAF [v6]
Abhishek Kumar
abhiscxk at openjdk.org
Thu Jun 20 09:17:56 UTC 2024
On Tue, 18 Jun 2024 16:28:50 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> condition update
>
> src/java.desktop/share/classes/javax/swing/plaf/synth/SynthRootPaneUI.java line 115:
>
>> 113: KeyboardFocusManager.getCurrentKeyboardFocusManager().
>> 114: addKeyEventPostProcessor(altProcessor);
>> 115: }
>
> Can this lead to installing `altProcessor` twice or more?
Added flag variable to check of it is installed or not.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18992#discussion_r1647253418
More information about the client-libs-dev
mailing list