JAL-1933 occupancy row has a space below it for counts
authorJim Procter <jprocter@issues.jalview.org>
Thu, 27 Apr 2017 10:55:34 +0000 (11:55 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 27 Apr 2017 10:56:22 +0000 (11:56 +0100)
src/jalview/viewmodel/AlignmentViewport.java

index 47dceec..8d2580b 100644 (file)
@@ -1956,8 +1956,9 @@ public abstract class AlignmentViewport implements AlignViewportI,
   // derived annotation
   private void initGapCounts(AlignmentAnnotation counts)
   {
-    counts.hasText = false;
+    counts.hasText = true;
     counts.autoCalculated = true;
+    counts.scaleColLabel = true;
     counts.graph = AlignmentAnnotation.BAR_GRAPH;
 
     if (showConsensus)