JAL-3285 method call change in SeqPanel to match develop
[jalview.git] / src / jalview / gui / SeqPanel.java
index f9f2375..1176df5 100644 (file)
@@ -2187,7 +2187,7 @@ public class SeqPanel extends JPanel
 
     // always do this - annotation has own state
     // but defer colourscheme update until hidden sequences are passed in
-    boolean vischange = stretchGroup.recalcAnnotations(true);
+    boolean vischange = stretchGroup.recalcConservation(true);
     updateOverviewAndStructs |= vischange && av.isSelectionDefinedGroup()
             && afterDrag;
     if (stretchGroup.cs != null)