Dont colour labels
authoramwaterhouse <Andrew Waterhouse>
Fri, 27 Apr 2007 08:20:03 +0000 (08:20 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 27 Apr 2007 08:20:03 +0000 (08:20 +0000)
src/jalview/gui/AnnotationLabels.java

index 54263aa..a0648c7 100755 (executable)
@@ -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);
-
         }
       }
     }