From 43e35e6940b01e39f046d9005ec3cb1b316a39a9 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Mon, 3 Aug 2015 16:48:54 +0100 Subject: [PATCH] JAL-1821 JAL-1759 reinstate rotation speed configuration - parameter has some effect in 14.2 --- src/jalview/ext/jmol/JalviewJmolBinding.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jalview/ext/jmol/JalviewJmolBinding.java b/src/jalview/ext/jmol/JalviewJmolBinding.java index cec9b0c..0f69aeb 100644 --- a/src/jalview/ext/jmol/JalviewJmolBinding.java +++ b/src/jalview/ext/jmol/JalviewJmolBinding.java @@ -281,7 +281,7 @@ public abstract class JalviewJmolBinding extends AAStructureBindingModel String nSeconds = " "; if (files.length > 10) { - nSeconds = " 0.00001 "; + nSeconds = " 0.005 "; } else { @@ -290,7 +290,7 @@ public abstract class JalviewJmolBinding extends AAStructureBindingModel } // see JAL-1345 - should really automatically turn off the animation for // large numbers of structures, but Jmol doesn't seem to allow that. - nSeconds = " "; + // nSeconds = " "; // union of all aligned positions are collected together. for (int a = 0; a < _alignment.length; a++) { -- 1.7.10.2