RFR: 8218474: JComboBox display issue with GTKLookAndFeel [v2]
Abhishek Kumar
abhiscxk at openjdk.org
Thu Dec 22 10:35:35 UTC 2022
On Wed, 21 Dec 2022 11:27:30 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>>
>> - Review comment update
>> - Merge
>> - Merge
>> - Combobox componnet rendering fix
>
> src/java.desktop/share/classes/javax/swing/plaf/synth/SynthComboBoxUI.java line 374:
>
>> 372: size.height += insets.top + insets.bottom + arrowInsets.top
>> 373: + arrowInsets.bottom;
>> 374: size.width += insets.left + insets.right +arrowInsets.left
>
> Suggestion:
>
> size.width += insets.left + insets.right + arrowInsets.left
Updated.
-------------
PR: https://git.openjdk.org/jdk/pull/11555
More information about the client-libs-dev
mailing list