JAL-3446 breaking change redacted
[jalview.git] / src / jalview / gui / AlignmentPanel.java
index a84a468..cf45483 100644 (file)
@@ -608,13 +608,12 @@ public class AlignmentPanel extends GAlignmentPanel implements
    */
   public void updateLayout()
   {
-    // BH 2020.06.09 avoiding negative values for SequencePanel and SeqCanvas
-    // dimensions.
-    
-     if (getTopLevelAncestor() == null)
-     return;
+    // BH 2020.06.09 avoid negative values for SequencePanel and SeqCanvas dimensions
+//    if (getTopLevelAncestor() == null)
+//    {
+//      return;
+//    }
 
-    
     ViewportRanges ranges = av.getRanges();
     fontChanged();
     setAnnotationVisible(av.isShowAnnotation());