RFR: 8054572: [macosx] JComboBox paints the border incorrectly [v4]

Damon Nguyen dnguyen at openjdk.org
Thu Aug 11 16:43:33 UTC 2022


On Thu, 11 Aug 2022 15:53:20 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Removed newline.
>
> src/java.desktop/macosx/classes/com/apple/laf/AquaComboBoxUI.java line 471:
> 
>> 469:             }
>> 470: 
>> 471:             if(comboBox.getComponentOrientation().isLeftToRight()) {
> 
> Let's add a space after `if`

Fixed.

-------------

PR: https://git.openjdk.org/jdk/pull/9473



More information about the client-libs-dev mailing list