The ImageView in ThumbCell is not cached anymore, because it does not
improve performance and uses up memory
This commit is contained in:
parent
ebe717f0e8
commit
3620a305bf
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue