JAL-3285 method call name change to SeqPanel not included in merge
authortva <tva@10.205.251.175>
Wed, 5 Jun 2019 13:09:06 +0000 (14:09 +0100)
committertva <tva@10.205.251.175>
Wed, 5 Jun 2019 13:09:06 +0000 (14:09 +0100)
src/jalview/appletgui/SeqPanel.java

index 4e0cf51..fee68c8 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.recalcAnnotations(true);
+    boolean vischange = stretchGroup.recalcConservation(true);
     // here we rely on stretchGroup == av.getSelection()
     needOverviewUpdate |= vischange && av.isSelectionDefinedGroup()
             && afterDrag;