From 2413b25da7f7af6d70e4845dea21697992f40668 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Thu, 3 Sep 2015 21:28:32 +0100 Subject: [PATCH] JAL-961 TODO use workers for calculations supporting colour schemes --- src/jalview/viewmodel/AlignmentViewport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/viewmodel/AlignmentViewport.java b/src/jalview/viewmodel/AlignmentViewport.java index 43af832..278626f 100644 --- a/src/jalview/viewmodel/AlignmentViewport.java +++ b/src/jalview/viewmodel/AlignmentViewport.java @@ -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 -- 1.7.10.2