JAL-1807 - Bob's last(?) before leaving Dundee -- adds fast file loading
[jalviewjs.git] / site / j2s / jalview / appletgui / UserDefinedColours.js
index c0ad316..01a51a6 100644 (file)
@@ -274,7 +274,7 @@ var button =  new awt2swing.Button ();
 var col = java.awt.Color.white;
 if (this.oldColourScheme != null) {
 try {
-col = this.oldColourScheme.findColour (aa.charAt (0), -1, null);
+col = this.oldColourScheme.findColourSeq (aa.charAt (0), -1, null);
 } catch (ex) {
 if (Clazz.exceptionOf (ex, Exception)) {
 } else {