Merge branch 'bugfix/ingredients-list-ctrl-renderer' into 'main'
fix: into initializeComponents See merge request cse1105/2025-2026/teams/csep-team-76!86
This commit is contained in:
commit
4c341aadec
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