Kaynağa Gözat

scope eventListcell factory

Armin Schrenk 5 ay önce
ebeveyn
işleme
f8a83c9cc8

+ 1 - 0
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<ListView<Event>, ListCell<Event>> {
 
 	private static final String FXML_PATH = "/fxml/eventview_cell.fxml";