git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2d2023
)
Dont colour labels
author
amwaterhouse
<Andrew Waterhouse>
Fri, 27 Apr 2007 08:20:03 +0000
(08:20 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Fri, 27 Apr 2007 08:20:03 +0000
(08:20 +0000)
src/jalview/gui/AnnotationLabels.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/AnnotationLabels.java
b/src/jalview/gui/AnnotationLabels.java
index
54263aa
..
a0648c7
100755
(executable)
--- 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);
-
}
}
}