JAL-1152 bug fix for 'no sort' case + tests for autocalc placement
[jalview.git] / src / jalview / gui / AlignViewport.java
index 5c07f6e..d331e82 100644 (file)
@@ -366,7 +366,7 @@ public class AlignViewport extends AlignmentViewport implements
     sortByTree = Cache.getDefault("SORT_BY_TREE", false);
     followSelection = Cache.getDefault("FOLLOW_SELECTIONS", true);
     sortAnnotationsBy = SequenceAnnotationOrder.valueOf(Cache.getDefault(
-            "SORT_ANNOTATIONS", SequenceAnnotationOrder.SEQUENCE_AND_LABEL.name()));
+            "SORT_ANNOTATIONS", SequenceAnnotationOrder.NONE.name()));
     showAutocalculatedAbove = Cache
             .getDefault("SHOW_AUTOCALC_ABOVE", false);
   }