JAL-868 todo
authorjprocter <jprocter@compbio.dundee.ac.uk>
Sat, 9 Jul 2011 11:02:14 +0000 (12:02 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Sat, 9 Jul 2011 11:02:14 +0000 (12:02 +0100)
src/jalview/gui/TreeCanvas.java

index 9022182..ea78d0f 100755 (executable)
@@ -936,6 +936,7 @@ public class TreeCanvas extends JPanel implements MouseListener, Runnable,
     for (int a = 0; a < aps.length; a++)
     {
       aps[a].updateAnnotation();
+      // TODO: JAL-868 - need to ensure view colour change message is broadcast to any Jmols listening in
     }
 
   }