Integrated: 8285700: [TreeTableView] graphic property of TreeItem is still visible after collapsing tree
Karthik P K
kpk at openjdk.org
Thu Jul 20 15:49:51 UTC 2023
On Fri, 7 Jul 2023 05:25:34 GMT, Karthik P K <kpk at openjdk.org> wrote:
> In `TreeTableRowSkin`, graphic was not updated along with tree item update.
>
> Made changes to update graphics of TreeTableView row in `updateTreeItem()` method.
>
> Added options in monkey tester to add graphics and subnodes to `TreeTableView` rows.
This pull request has now been integrated.
Changeset: 600cee70
Author: Karthik P K <kpk at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/600cee70a2f6f907a53f7183315e6d7f79b291d6
Stats: 83 lines in 3 files changed: 81 ins; 0 del; 2 mod
8285700: [TreeTableView] graphic property of TreeItem is still visible after collapsing tree
Reviewed-by: angorya, mhanl
-------------
PR: https://git.openjdk.org/jfx/pull/1172
More information about the openjfx-dev
mailing list