On Wed, 21 Dec 2022 11:27:30 GMT, Andrey Turbanov <[email protected]> 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

Reply via email to