X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemes%2FColourSchemeProperty.java;h=500047b1e554a1423a4a6cfaf04872716aa8bb8d;hb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;hp=57a2dd90e3b226dc97cdd3f62223ff3ffee66cd8;hpb=879293251d1072b24403df2f4bf3ac6a69d4a012;p=jalview.git diff --git a/src/jalview/schemes/ColourSchemeProperty.java b/src/jalview/schemes/ColourSchemeProperty.java index 57a2dd9..500047b 100755 --- a/src/jalview/schemes/ColourSchemeProperty.java +++ b/src/jalview/schemes/ColourSchemeProperty.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2) - * Copyright (C) 2014 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9) + * Copyright (C) 2015 The Jalview Authors * * This file is part of Jalview. * @@ -626,4 +626,12 @@ public class ColourSchemeProperty } } + /** + * delete the existing cached RNA helces colours + */ + public static void resetRnaHelicesShading() + { + rnaHelices = null; + } + }