| 
 Blocks :   
 | 
|
| 
 Relates :   
 | 
Please take a look at the attached crash report
The test is very simple:
root = new Pane();
scene = new Scene(root, 600, 400, Color.WHITE);
ImageView imgView = new ImageView("img.png");
root.getChildren().add(imgView);
The display mode has been changed from LiDPI to HiDPI and application window has been moved.
Then JVM crashes.
Double scale image ("img@2x.png") is available at the same path.
  |