RFR: 8283214: [macos] Screen magnifier does not show the magnified text for JcomboBox [v5]
Abhishek Kumar
abhiscxk at openjdk.org
Fri Jul 21 19:42:02 UTC 2023
On Thu, 20 Jul 2023 01:39:59 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add condition to check JLabel instance
>
> src/java.desktop/macosx/classes/com/apple/laf/AquaComboBoxButton.java line 233:
>
>> 231: rendererPane.paintComponent(g, c, this, left, top, cWidth, height, shouldValidate); // h - (insets.top + insets.bottom) );
>> 232:
>> 233: // fix for 8283214
>
> we usually do not mention the bugid in the comments, it can be found in the git history, just describe why it is needed.
Updated.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14497#discussion_r1271017933
More information about the client-libs-dev
mailing list