patch for JAL-555
[jalview.git] / src / jalview / gui / AlignViewport.java
index 0cbbdb4..a44afa3 100755 (executable)
@@ -433,6 +433,8 @@ public class AlignViewport implements SelectionSource
     showUnconserved = jalview.bin.Cache.getDefault("SHOW_UNCONSERVED",
             false);
     sortByTree = jalview.bin.Cache.getDefault("SORT_BY_TREE", false);
+    // disabled by default for 2.5.1 release
+    followSelection = jalview.bin.Cache.getDefault("FOLLOW_SELECTIONS", false); 
   }
 
   /**