JAL-2727 null hconsensus,
[jalview.git] / src / jalview / viewmodel / AlignmentViewport.java
index a66855e..5d35775 100644 (file)
@@ -949,7 +949,9 @@ public abstract class AlignmentViewport
     groupConservation = null;
     hconsensus = null;
     hcomplementConsensus = null;
+    hconservation = null;
     gapcounts = null;
+    calculator = null;
     // colour scheme may hold reference to consensus
     residueShading = null;
     // TODO remove listeners from changeSupport?