fix for JAL-1494 tweaked logic to fix NPEs and modify settings for both background...
[jalview.git] / src / jalview / io / FormatAdapter.java
index 0238073..6d77acc 100755 (executable)
@@ -197,6 +197,7 @@ public class FormatAdapter extends AppletFormatAdapter
     {
       // TODO consider using AlignmentView to prune to visible region
       // TODO prune sequence annotation and groups to visible region
+      // TODO: JAL-1486 - set start and end for output correctly. basically, AlignmentView.getVisibleContigs does this.
       Alignment alv = new Alignment(replaceStrings(
               alignment.getSequencesArray(), omitHidden));
       AlignmentAnnotation[] ala = alignment.getAlignmentAnnotation();