Hidden representatives moved from sequence to viewport
[jalview.git] / src / jalview / appletgui / PairwiseAlignPanel.java
index 792c906..480f719 100755 (executable)
@@ -60,7 +60,7 @@ public class PairwiseAlignPanel
 
     float scores[][] = new float[seqs.length][seqs.length];
     double totscore = 0;
-    int count = ap.av.getSelectionGroup().getSize(false);
+    int count = ap.av.getSelectionGroup().getSize();
     String type=(ap.av.alignment.isNucleotide()) ? AlignSeq.DNA : AlignSeq.PEP;
     Sequence seq;