* histogram.</li>
* <li>SHOW_CONSENSUS_LOGO (false) Show consensus annotation row's sequence
* logo.</li>
+ * <li>FOLLOW_SELECTIONS (true) Controls whether a new alignment view should
+ * respond to selections made in other alignments containing the same sequences.</li>
*
* <li></li>
*
showUnconserved = jalview.bin.Cache.getDefault("SHOW_UNCONSERVED",
false);
sortByTree = jalview.bin.Cache.getDefault("SORT_BY_TREE", false);
+ followSelection = jalview.bin.Cache.getDefault("FOLLOW_SELECTIONS", true);
}
/**