JAL-1871 don’t change the palette every time an edit occurs
authorJim Procter <jprocter@issues.jalview.org>
Sat, 5 Sep 2015 17:38:57 +0000 (18:38 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Sat, 5 Sep 2015 17:38:57 +0000 (18:38 +0100)
src/jalview/schemes/AnnotationColourGradient.java

index 60a20fa..121d6ca 100755 (executable)
@@ -193,7 +193,6 @@ public class AnnotationColourGradient extends FollowerColourScheme
       }
       if (rna)
       {
-        ColourSchemeProperty.resetRnaHelicesShading();
         ColourSchemeProperty.initRnaHelicesShading(1 + (int) aamax);
       }
     }