no need to send consensus
authoramwaterhouse <Andrew Waterhouse>
Fri, 15 Apr 2005 15:02:34 +0000 (15:02 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 15 Apr 2005 15:02:34 +0000 (15:02 +0000)
src/jalview/gui/UserDefinedColours.java

index 8398643..05edac5 100755 (executable)
@@ -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