JAL-3446 breaking change redacted
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 15 Jun 2020 09:20:15 +0000 (10:20 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 15 Jun 2020 09:20:15 +0000 (10:20 +0100)
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());