Merge branch 'develop' into Release_2_9_0b1_Branch
[jalview.git] / src / jalview / gui / AppJmol.java
index 55d5f8c..9bd729f 100644 (file)
@@ -383,6 +383,7 @@ public class AppJmol extends StructureViewerBase
       command = "";
     }
     jmb.evalStateCommand(command);
+    jmb.evalStateCommand("set hoverDelay=0.1");
     jmb.setFinishedInit(true);
   }