154155156157158159160161162163164165
minHeight = 1; break; case WRAP: minHeight = 0; for (int i = 0;i < widths.length;i++) { LineRenderer col = row.getCols().get(i); minHeight = Math.max(minHeight, col.getMinHeight(widths[i])); } break; default: throw new AssertionError(); }