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:
86e85aa
)
comment
author
jprocter
<Jim Procter>
Fri, 18 Jul 2008 13:27:57 +0000
(13:27 +0000)
committer
jprocter
<Jim Procter>
Fri, 18 Jul 2008 13:27:57 +0000
(13:27 +0000)
src/jalview/io/AnnotationFile.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/AnnotationFile.java
b/src/jalview/io/AnnotationFile.java
index
d5039de
..
016ee8f
100755
(executable)
--- a/
src/jalview/io/AnnotationFile.java
+++ b/
src/jalview/io/AnnotationFile.java
@@
-886,6
+886,7
@@
public class AnnotationFile
}
\r
else if (key.equalsIgnoreCase("idColour"))
\r
{
\r
+ // consider warning if colour doesn't resolve to a real colour
\r
sg.setIdColour((def = new UserColourScheme(value)).findColour('A'));
\r
}
\r
sg.recalcConservation();
\r