JAL-3697 show total number of features not shown
authorJim Procter <jprocter@issues.jalview.org>
Mon, 27 Jul 2020 14:10:11 +0000 (15:10 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 27 Jul 2020 14:22:10 +0000 (15:22 +0100)
src/jalview/gui/SeqPanel.java

index 407acd6..92f221c 100644 (file)
@@ -1098,7 +1098,7 @@ public class SeqPanel extends JPanel
                   pos);
           if (mf != null)
           {
-            unshownFeatures = seqARep.appendFeatures(tooltipText,
+            unshownFeatures += seqARep.appendFeatures(tooltipText,
                     pos, mf, fr2, MAX_TOOLTIP_LENGTH);
           }
         }