JAL-1065 JAL-1066 allow different lookup tables for nucleotide or amino acid coloursc...
[jalview.git] / src / jalview / schemes / HelixColourScheme.java
index ca2bb61..3683b80 100755 (executable)
@@ -23,7 +23,7 @@ public class HelixColourScheme extends ScoreColourScheme
 {
   public HelixColourScheme()
   {
-    super(ResidueProperties.helix, ResidueProperties.helixmin,
+    super(ResidueProperties.aaIndex, ResidueProperties.helix, ResidueProperties.helixmin,
             ResidueProperties.helixmax);
   }