Skip to content

Commit

Permalink
8251480: TableColumnHeader: calc of cell width must respect row styling
Browse files Browse the repository at this point in the history
Assertion removed.
  • Loading branch information
Robert Lichtenberger committed Mar 30, 2022
1 parent 960e501 commit f463ab0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ private <T> TableRow<T> createMeasureRow(TableView<T> tv, TableViewSkinBase tabl
// have a SkinBase-derived skin
tableRow = createMeasureRow(tv, tableSkin, null);
}
assert tableRow.getSkin() instanceof SkinBase<?>;
return tableRow;
}

Expand Down

0 comments on commit f463ab0

Please sign in to comment.