JAL-1397 make sure annotation colourscheme is up to date after loading the project
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Thu, 17 Oct 2013 10:14:46 +0000 (11:14 +0100)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Thu, 17 Oct 2013 10:14:46 +0000 (11:14 +0100)
src/jalview/gui/Jalview2XML.java

index 0a0b169..45e8102 100644 (file)
@@ -3487,6 +3487,7 @@ public class Jalview2XML
             view.getHeight());
     af.alignPanel.updateAnnotation(false, true); // recompute any autoannotation
     reorderAutoannotation(af, al, autoAlan);
+    af.alignPanel.alignmentChanged();
     return af;
   }