JAL-3107 update any group associated annotation rows when a new group is created
[jalview.git] / src / jalview / gui / AlignFrame.java
index a27b495..c5a2bf0 100644 (file)
@@ -5304,6 +5304,10 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
   {
     if (avc.createGroup())
     {
+      if (applyAutoAnnotationSettings.isSelected())
+      {
+        alignPanel.updateAnnotation(true, false);
+      }
       alignPanel.alignmentChanged();
     }
   }