On Thu, 25 Jul 2024 12:35:05 GMT, Abhishek Kumar <[email protected]> wrote:

>> In GTKPainter.paintPopupMenuBackground method, `img != null` condition will 
>> always be true, because it's only checked after `img.getRGB` method is 
>> called and that means img can't be `null`.  So, the null check condition is 
>> removed. CI testing is ok.
>
> Abhishek Kumar has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   minor spacing and comment fix

Marked as reviewed by psadhukhan (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/20308#pullrequestreview-2199810925

Reply via email to