todo for JAL-860 - associate multiple sequences with any view which has
authorjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 22 Jul 2011 17:00:31 +0000 (18:00 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Fri, 22 Jul 2011 17:00:31 +0000 (18:00 +0100)
one or more of these structures already opened.

src/jalview/gui/AppJmol.java

index a269860..5c5e3e8 100644 (file)
@@ -254,6 +254,7 @@ public class AppJmol extends GStructureViewer implements Runnable,
 
       if (option == JOptionPane.YES_OPTION)
       {
+        // TODO : Fix multiple seq to one chain issue here.
         ap.getStructureSelectionManager().setMapping(seq, chains, alreadyMapped,
                         AppletFormatAdapter.FILE);
         if (ap.seqPanel.seqCanvas.fr != null)