JAL-961 TODO use workers for calculations supporting colour schemes
authorJim Procter <jprocter@issues.jalview.org>
Thu, 3 Sep 2015 20:28:32 +0000 (21:28 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 3 Sep 2015 20:28:32 +0000 (21:28 +0100)
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