ColourScheme no longer requires sequence
[jalview.git] / src / jalview / gui / UserDefinedColours.java
index 1fcc923..28f0474 100755 (executable)
@@ -61,7 +61,7 @@ public class UserDefinedColours extends GUserDefinedColours implements ChangeLis
       cs = ap.av.getGlobalColourScheme();\r
 \r
     if(cs!=null)\r
-      col = cs.findColour(null, aa, -1, null);\r
+      col = cs.findColour( aa, -1, null);\r
 \r
     button.setBackground(  col );\r
     oldColours.addElement( col );\r