JAL-1933 update the bounds for the Gap annotation row each time it is computed
[jalview.git] / src / jalview / analysis / AAFrequency.java
index b5dab6f..e682e2c 100755 (executable)
@@ -313,7 +313,9 @@ public class AAFrequency
        */
       return;
     }
-
+    // always set ranges again
+    consensus.graphMax = nseq;
+    consensus.graphMin = 0;
     for (int i = startCol; i < endCol; i++)
     {
       ProfileI profile = profiles.get(i);