The ImageView in ThumbCell is not cached anymore, because it does not

improve performance and uses up memory
This commit is contained in:
0xboobface 2018-08-16 17:20:05 +02:00
parent ebe717f0e8
commit 3620a305bf
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ public class ThumbCell extends StackPane {
iv.setFitWidth(WIDTH);
iv.setFitHeight(HEIGHT);
iv.setSmooth(true);
iv.setCache(true);
getChildren().add(iv);
nameBackground = new Rectangle(WIDTH, 20);