JAL-1358 jalview displays some RNA struture annotation but the format is very messed up
[jalview.git] / src / jalview / ws / jws2 / RNAalifoldClient.java
index 9592142..7d06701 100644 (file)
@@ -157,7 +157,11 @@ public class RNAalifoldClient extends JabawsAlignCalcWorker implements
                        
                        
                        if (ourAnnot.size() > 0) {
+                               
+                               // Modify the visible annotation on the alignment viewport with the
+        // new alignment annotation rows created.
                                updateOurAnnots(ourAnnot);
+                               ap.adjustAnnotationHeight();
                        }
                        
                }