On Mon, 4 Sep 2023 09:10:18 GMT, Jose Pereda <jper...@openjdk.org> wrote:
> Almost clean backport of 8089280: horizontal scrollbar should never become > visible in TableView with constrained resize policy > > Reviewed-by: kcr, aghaisas > > It had some minor conflicts from JDK-8089280 (TableViewSkinBase: copyright > year, and TableViewTest, TreeTableViewTest: wrong insertion point of new > test), that were easily solved. This pull request has now been integrated. Changeset: f652155d Author: Jose Pereda <jper...@openjdk.org> URL: https://git.openjdk.org/jfx17u/commit/f652155df9eb9a87dfeefce55410805e1fe411c3 Stats: 182 lines in 7 files changed: 122 ins; 44 del; 16 mod 8089280: horizontal scrollbar should never become visible in TableView with constrained resize policy Reviewed-by: jvos Backport-of: 5e4552db7389d93829e6ecfc61936ccad75c56c2 ------------- PR: https://git.openjdk.org/jfx17u/pull/148