git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f13833b
)
Padgaps is false by default
author
amwaterhouse
<Andrew Waterhouse>
Wed, 2 May 2007 10:47:29 +0000
(10:47 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Wed, 2 May 2007 10:47:29 +0000
(10:47 +0000)
src/jalview/datamodel/AlignmentAnnotation.java
patch
|
blob
|
history
diff --git
a/src/jalview/datamodel/AlignmentAnnotation.java
b/src/jalview/datamodel/AlignmentAnnotation.java
index
fe655c1
..
cc4308d
100755
(executable)
--- 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)