JAL-1233 TODO concerning the way we propagate annotation colourschemes to new groups.
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Thu, 17 Oct 2013 10:25:11 +0000 (11:25 +0100)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Thu, 17 Oct 2013 10:25:11 +0000 (11:25 +0100)
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())