Integrated: 8287912: GTK L&F : Background of tree icons are red

Abhishek Kumar duke at openjdk.org
Tue Sep 6 10:58:14 UTC 2022


On Thu, 1 Sep 2022 06:27:17 GMT, Abhishek Kumar <duke at openjdk.org> wrote:

> The background of tree icons are not red in GTK LAF when setOpaque is set to false for tree component.
> It has been observed that while painting tree cell background in GTK LAF, a rectangular area is also painted with background color (white). 
> 
> Proposed solution is to check the opacity of tree component before drawing tree cell background. If the opacity is set to "false" then the background shouldn't be painted.
> 
> An automated test case has been added and checked in CI, link is added in JBS.

This pull request has now been integrated.

Changeset: a92c1ff7
Author:    Abhishek Kumar <abhishek.cx.kumar at oracle.com>
Committer: Jayathirth D V <jdv at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a92c1ff700925b400ee92057ae3dc3030487a886
Stats:     115 lines in 2 files changed: 113 ins; 0 del; 2 mod

8287912: GTK L&F : Background of tree icons are red

Reviewed-by: psadhukhan, jdv

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

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



More information about the client-libs-dev mailing list