From: amwaterhouse Date: Wed, 2 May 2007 10:47:29 +0000 (+0000) Subject: Padgaps is false by default X-Git-Tag: Release_2_3~86 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=4c8d5e3d5a6d9cb2c0ef9f610474a2c37613af64;p=jalview.git Padgaps is false by default --- diff --git a/src/jalview/datamodel/AlignmentAnnotation.java b/src/jalview/datamodel/AlignmentAnnotation.java index fe655c1..cc4308d 100755 --- a/src/jalview/datamodel/AlignmentAnnotation.java +++ b/src/jalview/datamodel/AlignmentAnnotation.java @@ -88,7 +88,7 @@ public class AlignmentAnnotation public int graphHeight = 40; - public boolean padGaps = true; + public boolean padGaps = false; public static final int NO_GRAPH = 0; @@ -142,7 +142,6 @@ Loading... { if (annotations[i] == null) { - padGaps = false; continue; } if (annotations[i].secondaryStructure == 'H' || @@ -153,7 +152,6 @@ Loading... if(annotations[i].displayCharacter==null) { - padGaps = false; continue; } @@ -174,8 +172,6 @@ Loading... { hasText = true; } - else - padGaps = false; } if (nonSSLabel)