Padgaps is false by default
authoramwaterhouse <Andrew Waterhouse>
Wed, 2 May 2007 10:47:29 +0000 (10:47 +0000)
committeramwaterhouse <Andrew Waterhouse>
Wed, 2 May 2007 10:47:29 +0000 (10:47 +0000)
src/jalview/datamodel/AlignmentAnnotation.java

index fe655c1..cc4308d 100755 (executable)
@@ -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)