Make sure annots are alignment width
[jalview.git] / 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);
-
         }
       }
     }