[jfx22u] Integrated: 8325154: resizeColumnToFitContent is slower than it needs to be

2024-02-19 Thread Jose Pereda
On Sat, 17 Feb 2024 20:00:22 GMT, Jose Pereda wrote: > Hi all, > > This pull request contains a clean backport of commit > [e2f42c5b](https://github.com/openjdk/jfx/commit/e2f42c5b71ef061c614540508fbac3fb610b1ae3) > from the [openjdk/jfx](https://git.openjdk.org/jfx) repository. > > The commi

[jfx21u] Integrated: 8325154: resizeColumnToFitContent is slower than it needs to be

2024-02-17 Thread Jose Pereda
On Fri, 16 Feb 2024 21:12:21 GMT, Jose Pereda wrote: > Hi all, > > This pull request contains a clean backport of commit > [e2f42c5b](https://github.com/openjdk/jfx/commit/e2f42c5b71ef061c614540508fbac3fb610b1ae3) > from the [openjdk/jfx](https://git.openjdk.org/jfx) repository. > > The commi

Integrated: 8325154: resizeColumnToFitContent is slower than it needs to be

2024-02-14 Thread Robert Lichtenberger
On Fri, 2 Feb 2024 06:55:36 GMT, Robert Lichtenberger 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. This pull request has now been integrated. Changeset: