JAL-2388 Minor fix for annotation graph, removed unit test dep on gui
[jalview.git] / src / jalview / gui / OverviewPanel.java
index e399bc1..923616f 100755 (executable)
@@ -88,12 +88,12 @@ public class OverviewPanel extends JPanel implements Runnable
     sr.forOverview = true;
     fr = new FeatureRenderer(alPanel);
 
-    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);