From f8a83c9cc86e3f28ac506222e714fbf9acd218de Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 18 Feb 2025 13:24:12 +0100 Subject: [PATCH] scope eventListcell factory --- .../java/org/cryptomator/ui/eventview/EventListCellFactory.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/cryptomator/ui/eventview/EventListCellFactory.java b/src/main/java/org/cryptomator/ui/eventview/EventListCellFactory.java index 61af45a92..505ef7a83 100644 --- a/src/main/java/org/cryptomator/ui/eventview/EventListCellFactory.java +++ b/src/main/java/org/cryptomator/ui/eventview/EventListCellFactory.java @@ -13,6 +13,7 @@ import javafx.util.Callback; import java.io.IOException; import java.io.UncheckedIOException; +@EventViewScoped public class EventListCellFactory implements Callback, ListCell> { private static final String FXML_PATH = "/fxml/eventview_cell.fxml";