X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemes%2FColourSchemeProperty.java;h=0d9c39d26bb497d8e24c2ba52391852b9d1b9ee5;hb=8721e357295c50d586f103aeadd6efac7714fb60;hp=5715adacb34b744ecab7ace30b0a18c591a657b1;hpb=ad15cff29620f960119f80176f1fd443da9f6763;p=jalview.git diff --git a/src/jalview/schemes/ColourSchemeProperty.java b/src/jalview/schemes/ColourSchemeProperty.java index 5715ada..0d9c39d 100755 --- a/src/jalview/schemes/ColourSchemeProperty.java +++ b/src/jalview/schemes/ColourSchemeProperty.java @@ -626,4 +626,12 @@ public class ColourSchemeProperty } } + /** + * delete the existing cached RNA helces colours + */ + public static void resetRnaHelicesShading() + { + rnaHelices = null; + } + }