JAL-2422 fixed stopProgressBar (broken in pull up refactoring)
[jalview.git] / src / ext / edu / ucsf / rbvi / strucviz2 / ChimeraManager.java
index 710ca95..78103af 100644 (file)
@@ -449,7 +449,7 @@ public class ChimeraManager
 
     // in fact 'listinfo' (undocumented) works in ChimeraX
     String command = (isChimeraX
-            ? "view" /*"info selection level residue" */
+            ? "wait 1; view" /*"info selection level residue" */
             : "list selection level residue");
     List<String> chimeraReply = sendChimeraCommand(command, true);
     if (chimeraReply != null)