JAL-2371 remove ColourSchemeI.findColour(c), pure interface groovy
[jalview.git] / src / jalview / gui / UserDefinedColours.java
index 8af0af0..a368e74 100755 (executable)
@@ -435,7 +435,8 @@ public class UserDefinedColours extends GUserDefinedColours implements
       col = Color.white;
       if (oldColourScheme != null && oldColourScheme.isSimple())
       {
-        col = oldColourScheme.findColour(residue.charAt(0));
+        col = oldColourScheme.findColour(residue.charAt(0), 0, null, null,
+                0f);
       }
     }