fix: into initializeComponents
This commit is contained in:
parent
143b73c23f
commit
d23eb34a00
1 changed files with 2 additions and 2 deletions
|
|
@ -67,8 +67,8 @@ public class IngredientListCtrl implements LocaleAware {
|
||||||
return this.localeManager;
|
return this.localeManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
@FXML
|
@Override
|
||||||
public void initialize() {
|
public void initializeComponents() {
|
||||||
ingredientListView.setCellFactory(list -> new ListCell<>() {
|
ingredientListView.setCellFactory(list -> new ListCell<>() {
|
||||||
@Override
|
@Override
|
||||||
protected void updateItem(Ingredient item, boolean empty) {
|
protected void updateItem(Ingredient item, boolean empty) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue