JAL-3446 from applet; JAL-3374
[jalview.git] / src / jalview / gui / SeqPanel.java
index 4e789b9..3de631f 100644 (file)
@@ -423,8 +423,7 @@ public class SeqPanel extends JPanel
       if (editCommand != null && editCommand.getSize() > 0)
       {
         ap.alignFrame.addHistoryItem(editCommand);
-        av.firePropertyChange("alignment", null,
-                av.getAlignment().getSequences());
+        ap.av.notifyAlignment();
       }
     } finally
     {