Merge branch 'features/JAL-2360colourSchemeApplicability' into
[jalview.git] / src / jalview / appletgui / UserDefinedColours.java
index c912dc3..aecc0c9 100644 (file)
@@ -410,7 +410,7 @@ public class UserDefinedColours extends Panel implements ActionListener,
     Color col = Color.white;
     if (oldColourScheme != null && oldColourScheme.isSimple())
     {
-      col = oldColourScheme.findColour(aa.charAt(0));
+      col = oldColourScheme.findColour(aa.charAt(0), 0, null, null, 0f);
     }
     button.setBackground(col);
     oldColours.addElement(col);