From b101d3b57771a1c8bf2314e1a29748e23b23d3c0 Mon Sep 17 00:00:00 2001 From: James Procter Date: Thu, 6 Jul 2023 18:16:24 +0100 Subject: [PATCH] =?utf8?q?JAL-629=20make=20=E2=80=94structure=20image=20work?= =?utf8?q?=20again=20after=20threading=20it=20off?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/jalview/gui/AppJmol.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jalview/gui/AppJmol.java b/src/jalview/gui/AppJmol.java index 930a750..49eae98 100644 --- a/src/jalview/gui/AppJmol.java +++ b/src/jalview/gui/AppJmol.java @@ -502,6 +502,7 @@ public class AppJmol extends StructureViewerBase } } }); + runner.start(); do { Thread.sleep(25); } while (runner.isAlive()); } catch (Throwable e) { -- 1.7.10.2