JAL-2629 hmmalign now correctly creates a new frame
[jalview.git] / src / jalview / gui / AlignViewport.java
index 6397ba9..3be48d6 100644 (file)
@@ -285,6 +285,8 @@ public class AlignViewport extends AlignmentViewport implements
       showOccupancy = Cache.getDefault(Preferences.SHOW_OCCUPANCY, true);
     }
     initAutoAnnotation();
+    initInformation();
+
     String colourProperty = alignment.isNucleotide() ? Preferences.DEFAULT_COLOUR_NUC
             : Preferences.DEFAULT_COLOUR_PROT;
     String schemeName = Cache.getProperty(colourProperty);