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:
17d9f09
)
todo for JAL-860 - associate multiple sequences with any view which has
author
jprocter
<jprocter@compbio.dundee.ac.uk>
Fri, 22 Jul 2011 17:00:31 +0000
(18:00 +0100)
committer
jprocter
<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
patch
|
blob
|
history
diff --git
a/src/jalview/gui/AppJmol.java
b/src/jalview/gui/AppJmol.java
index
a269860
..
5c5e3e8
100644
(file)
--- a/
src/jalview/gui/AppJmol.java
+++ b/
src/jalview/gui/AppJmol.java
@@
-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)