From: Jim Procter Date: Thu, 3 Sep 2015 20:28:32 +0000 (+0100) Subject: JAL-961 TODO use workers for calculations supporting colour schemes X-Git-Tag: Release_2_10_0~500 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=2413b25da7f7af6d70e4845dea21697992f40668;p=jalview.git JAL-961 TODO use workers for calculations supporting colour schemes --- 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