hack for fastpaint Java bug upshifting one line after a sequence
[jalview.git] / src / jalview / gui / Desktop.java
index 14beac2..cd8330a 100644 (file)
@@ -1096,7 +1096,10 @@ public class Desktop extends jalview.jbgui.GDesktop
           {
             format = new IdentifyFile().identify(file, protocol);
           }
-
+          if (file instanceof File)
+          {
+            Platform.cacheFileData((File) file);
+          }
           new FileLoader().LoadFile(null, file, protocol, format);
 
         }