JAL-1821 JAL-1759 updated Jmol has different model behaviour - select model * to...
authorJim Procter <jprocter@issues.jalview.org>
Mon, 3 Aug 2015 14:45:49 +0000 (15:45 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 3 Aug 2015 14:45:49 +0000 (15:45 +0100)
src/jalview/ext/jmol/JalviewJmolBinding.java

index abd742e..cec9b0c 100644 (file)
@@ -1225,7 +1225,7 @@ public abstract class JalviewJmolBinding extends AAStructureBindingModel
     // }
     if (!isLoadingFromArchive())
     {
-      viewer.evalStringQuiet("model 0; select backbone;restrict;cartoon;wireframe off;spacefill off");
+      viewer.evalStringQuiet("model *; select backbone;restrict;cartoon;wireframe off;spacefill off");
     }
     // register ourselves as a listener and notify the gui that it needs to
     // update itself.