Re: RFR: 8341281: Root TreeItem with null value breaks TreeTableView [v3]

2025-05-27 Thread Ziad El Midaoui
On Tue, 27 May 2025 15:43:23 GMT, Andy Goryachev wrote: >> Ziad El Midaoui has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Merge remote-tracking branch 'origin/8341281.RootTreeItem' into >> 8341281.RootTreeItem >> - Headfull Test add

Re: RFR: 8341281: Root TreeItem with null value breaks TreeTableView [v3]

2025-05-27 Thread Andy Goryachev
On Tue, 27 May 2025 14:03:15 GMT, Ziad El Midaoui wrote: >> When the Root TreeItem is set to null, need to relayout to show the children >> items > > Ziad El Midaoui has updated the pull request incrementally with two > additional commits since the last revision: > > - Merge remote-tracking

Re: RFR: 8341281: Root TreeItem with null value breaks TreeTableView [v3]

2025-05-27 Thread Ziad El Midaoui
> When the Root TreeItem is set to null, need to relayout to show the children > items Ziad El Midaoui has updated the pull request incrementally with two additional commits since the last revision: - Merge remote-tracking branch 'origin/8341281.RootTreeItem' into 8341281.RootTreeItem - Head