Merge branch 'develop' into developtomchmmer
[jalview.git] / src / jalview / appletgui / SeqPanel.java
index fee68c8..4e0cf51 100644 (file)
@@ -1498,7 +1498,7 @@ public class SeqPanel extends Panel implements MouseMotionListener,
     }
     // always do this - annotation has own state
     // but defer colourscheme update until hidden sequences are passed in
-    boolean vischange = stretchGroup.recalcConservation(true);
+    boolean vischange = stretchGroup.recalcAnnotations(true);
     // here we rely on stretchGroup == av.getSelection()
     needOverviewUpdate |= vischange && av.isSelectionDefinedGroup()
             && afterDrag;