fullSeqId should follow preference value
[jalview.git] / src / jalview / jbgui / GAlignFrame.java
index f4095d0..ddb2bcd 100755 (executable)
@@ -823,7 +823,7 @@ public class GAlignFrame
       }\r
     });\r
     fullSeqId.setText("Show Full Sequence ID");\r
-    fullSeqId.setState(true);\r
+    fullSeqId.setState( jalview.bin.Cache.getDefault("SHOW_FULL_ID",true));\r
     fullSeqId.addActionListener(new java.awt.event.ActionListener()\r
     {\r
       public void actionPerformed(ActionEvent e)\r