JAL-1807 - Bob's last(?) before leaving Dundee -- adds fast file loading
[jalviewjs.git] / src / jalview / appletgui / UserDefinedColours.java
index af8a155..af1d25c 100644 (file)
@@ -406,7 +406,7 @@ public class UserDefinedColours extends Panel implements ActionListener,
     {
       try
       {
-        col = oldColourScheme.findColour(aa.charAt(0), -1, null);
+        col = oldColourScheme.findColourSeq(aa.charAt(0), -1, null);
       } catch (Exception ex)
       {
       }