This PR fixes an issue when a new `TableColumn` is added to a `TableView` 
control with fixed cell size set, where the `TableRowSkinBase` failed to add 
the cells for the new column.

A test is included that fails before applying this PR and passes with it.

-------------

Commit messages:
 - Add cells to tableRow after new columns are added to tableView

Changes: https://git.openjdk.org/jfx/pull/1308/files
 Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1308&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8321970
  Stats: 26 lines in 2 files changed: 24 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jfx/pull/1308.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/1308/head:pull/1308

PR: https://git.openjdk.org/jfx/pull/1308

Reply via email to