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:
360043e
)
no need to send consensus
author
amwaterhouse
<Andrew Waterhouse>
Fri, 15 Apr 2005 15:02:34 +0000
(15:02 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Fri, 15 Apr 2005 15:02:34 +0000
(15:02 +0000)
src/jalview/gui/UserDefinedColours.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/UserDefinedColours.java
b/src/jalview/gui/UserDefinedColours.java
index
8398643
..
05edac5
100755
(executable)
--- a/
src/jalview/gui/UserDefinedColours.java
+++ b/
src/jalview/gui/UserDefinedColours.java
@@
-73,7
+73,7
@@
public class UserDefinedColours extends GUserDefinedColours implements ChangeLis
\r
\r
try{
\r
- col = oldColourScheme.findColour(aa, -1, null);
\r
+ col = oldColourScheme.findColour(aa, -1);
\r
}catch(Exception ex){}
\r
\r
button.setBackground( col );
\r