JAL-3210 Improvements to eclipse detection. New src tree and SwingJS updated from...
[jalview.git] / src / jalview / gui / CutAndPasteTransfer.java
index 4badcba..3514b75 100644 (file)
@@ -330,7 +330,8 @@ public class CutAndPasteTransfer extends GCutAndPasteTransfer
         try
         {
           af.setMaximum(
-                  jalview.bin.Cache.getDefault("SHOW_FULLSCREEN", false));
+                  jalview.bin.Cache.getDefault(Preferences.SHOW_FULLSCREEN,
+                          false));
         } catch (Exception ex)
         {
         }