RFR: 8325154: resizeColumnToFitContent is slower than it needs to be
Robert Lichtenberger
rlichten at openjdk.org
Fri Feb 2 08:23:07 UTC 2024
On Fri, 2 Feb 2024 08:05:12 GMT, Marius Hanl <mhanl at openjdk.org> wrote:
> can this also be moved out? `cell.updateTableRow(tableRow);`
I don't think so. Since tableRow gets an updated index above, the cell's style could change (e.g. odd / even styling).
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1358#discussion_r1475714044
More information about the openjfx-dev
mailing list