ensure all annotation dependent rendering gets refreshed
[jalview.git] / src / jalview / gui / AnnotationPanel.java
index 03fbf28..c8784a5 100755 (executable)
@@ -363,6 +363,7 @@ public class AnnotationPanel extends JPanel implements AwtRenderPanelI,
     aa[activeRow].validateRangeAndDisplay();
 
     adjustPanelHeight();
+    ap.alignmentChanged();
     repaint();
 
     return;