From 72c628be04c81e9a9748edc65e710045d6410980 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Fri, 21 Jun 2013 15:09:01 +0100 Subject: [PATCH 1/1] JAL-1327 TODO --- src/jalview/gui/AnnotationColourChooser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) -- 1.7.10.2