padGaps flag in copy constructor
[jalview.git] / src / jalview / datamodel / AlignmentAnnotation.java
index 0f2a423..ef9632b 100755 (executable)
@@ -281,6 +281,7 @@ public class AlignmentAnnotation
     this.hasText = annotation.hasText;
     this.height = annotation.height;
     this.label = annotation.label;
+    this.padGaps = annotation.padGaps;
     if (threshold!=null) {
       threshold = new GraphLine(annotation.threshold);
     }