JAL-3697 show total number of features not shown
[jalview.git] / 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);
           }
         }