JAL-1847 added AUTOSUPERIMPOSE property which can be used to disable automatic superp...
[jalview.git] / src / jalview / gui / ChimeraViewFrame.java
index 72c5054..967d93f 100644 (file)
@@ -699,7 +699,7 @@ public class ChimeraViewFrame extends StructureViewerBase
         jmb.updateColours(ap);
       }
       // do superposition if asked to
-      if (alignAddedStructures)
+      if (Cache.getDefault("AUTOSUPERIMPOSE", true) && alignAddedStructures)
       {
         new Thread(new Runnable()
         {