JAL-2388 Minor fix for annotation graph, removed unit test dep on gui
[jalview.git] / src / jalview / appletgui / OverviewPanel.java
index 8f91835..836a800 100755 (executable)
@@ -75,12 +75,12 @@ public class OverviewPanel extends Panel implements Runnable,
     sr.forOverview = true;
     fr = new FeatureRenderer(av);
 
-    boolean showAnnotation = false;
+    boolean showAnnotation = true;
     // TODO: in applet this was getSequenceConsensusHash()
     // check if it makes any functional difference: hconsensus or conservation
     if (av.getAlignmentConservationAnnotation() == null)
     {
-      showAnnotation = true;
+      showAnnotation = false;
     }
 
     od = new OverviewDimensions(av.getPosProps(), showAnnotation);