RFR: 8325154: resizeColumnToFitContent is slower than it needs to be
Kevin Rushforth
kcr at openjdk.org
Fri Feb 2 13:40:07 UTC 2024
On Fri, 2 Feb 2024 06:55:36 GMT, Robert Lichtenberger <rlichten at openjdk.org> wrote:
> The PR simply moves column and view-updates outside the loop. Since the column or view never changes within the for-loop it is not necessary to call these again and again.
@andy-goryachev-oracle Can you review this?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1358#issuecomment-1923824237
More information about the openjfx-dev
mailing list