JAL-3697 show total number of features not shown
[jalview.git] / src / jalview / gui / SeqPanel.java
index d22ddd4..8a49092 100644 (file)
@@ -1084,7 +1084,7 @@ public class SeqPanel extends JPanel
                   pos);
           if (mf != null)
           {
-            unshownFeatures = seqARep.appendFeatures(tooltipText,
+            unshownFeatures += seqARep.appendFeatures(tooltipText,
                     pos, mf, fr2, MAX_TOOLTIP_LENGTH);
           }
         }