Updated RedundancyPanel.java to referesh the tree view when reduncancy is applied...
[jalview.git] / src / jalview / gui / RedundancyPanel.java
index f73e568..693dc37 100755 (executable)
@@ -264,6 +264,7 @@ public class RedundancyPanel extends GSliderPanel implements Runnable
     if (ap.av.historyList.contains(command))
     {
       ap.av.historyList.remove(command);
+      ap.av.firePropertyChange("alignment", null, ap.av.getAlignment().getSequences());
       af.updateEditMenuBar();
     }