On Fri, 7 Jul 2023 05:25:34 GMT, Karthik P K <k...@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 <k...@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