From: Jim Procter Date: Fri, 21 Jun 2013 14:09:01 +0000 (+0100) Subject: JAL-1327 TODO X-Git-Tag: Jalview_2_9~232^2 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=72c628be04c81e9a9748edc65e710045d6410980 JAL-1327 TODO --- diff --git a/src/jalview/gui/AnnotationColourChooser.java b/src/jalview/gui/AnnotationColourChooser.java index 96bf602..f2036de 100755 --- a/src/jalview/gui/AnnotationColourChooser.java +++ b/src/jalview/gui/AnnotationColourChooser.java @@ -672,7 +672,7 @@ public class AnnotationColourChooser extends JPanel { return; } - // TODO: only update visible annotation thresholds if allAnnotation is false, since we only need to provide a quick visual indicator + // TODO: JAL-1327 only update visible annotation thresholds if allAnnotation is false, since we only need to provide a quick visual indicator float thr = currentAnnotation.threshold.value; for (int i = 0; i < av.getAlignment().getAlignmentAnnotation().length; i++)