Merge branch 'features/JAL-2446NCList' into features/JAL-2609fastPaintWrapped
[jalview.git] / src / jalview / commands / EditCommand.java
index bba0dfb..9eaeb7a 100644 (file)
@@ -798,6 +798,8 @@ public class EditCommand implements CommandI
       AlignmentAnnotation[] tmp;
       for (int s = 0; s < command.seqs.length; s++)
       {
+        command.seqs[s].sequenceChanged();
+
         if (modifyVisibility)
         {
           // Rows are only removed or added to sequence object.