fix for JAL-1478
[jalview.git] / src / jalview / io / AnnotationFile.java
index 6f24361..5979a27 100755 (executable)
@@ -791,6 +791,7 @@ public class AnnotationFile
         else if (token.equalsIgnoreCase("SEQUENCE_GROUP"))
         {
           addGroup(al, st);
+          modified=true;
           continue;
         }