JAL-1233 TODO concerning the way we propagate annotation colourschemes to new groups.
[jalview.git] / src / jalview / appletgui / AnnotationColourChooser.java
index c9e9ee4..f9594eb 100644 (file)
@@ -465,6 +465,7 @@ public class AnnotationColourChooser extends Panel implements
 
     av.setGlobalColourScheme(acg);
 
+    // TODO: per group colour propagation not always desired
     if (av.getAlignment().getGroups() != null)
     {
       for (SequenceGroup sg : ap.av.getAlignment().getGroups())