JAL-1869 make per-sequence RNA helix colours each time Colour By Annotation is opened
[jalview.git] / src / jalview / schemes / AnnotationColourGradient.java
index 121d6ca..60a20fa 100755 (executable)
@@ -193,6 +193,7 @@ public class AnnotationColourGradient extends FollowerColourScheme
       }
       if (rna)
       {
+        ColourSchemeProperty.resetRnaHelicesShading();
         ColourSchemeProperty.initRnaHelicesShading(1 + (int) aamax);
       }
     }