JAL-961 TODO use workers for calculations supporting colour schemes
[jalview.git] / src / jalview / viewmodel / AlignmentViewport.java
index 43af832..278626f 100644 (file)
@@ -558,7 +558,7 @@ public abstract class AlignmentViewport implements AlignViewportI,
   public void setGlobalColourScheme(ColourSchemeI cs)
   {
     // TODO: logic refactored from AlignFrame changeColour -
-    // autorecalc stuff should be changed to rely on the worker system
+    // TODO: autorecalc stuff should be changed to rely on the worker system
     // check to see if we should implement a changeColour(cs) method rather than
     // put th logic in here
     // - means that caller decides if they want to just modify state and defer