From: amwaterhouse Date: Fri, 27 Apr 2007 08:20:03 +0000 (+0000) Subject: Dont colour labels X-Git-Tag: Release_2_3~151 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=6861625df35505461021e2bccda7d0b4ef0e25f8;p=jalview.git Dont colour labels --- diff --git a/src/jalview/gui/AnnotationLabels.java b/src/jalview/gui/AnnotationLabels.java index 54263aa..a0648c7 100755 --- a/src/jalview/gui/AnnotationLabels.java +++ b/src/jalview/gui/AnnotationLabels.java @@ -643,13 +643,7 @@ public class AnnotationLabels } else { - if(aa[i].belowAlignment) - g.setColor(Color.ORANGE); - else - g.setColor(Color.red); - g.drawString(aa[i].label, x, y +offset); - } } }