JAL-2487 remove redundant refreshGUI to minimise threading issues
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 24 Apr 2017 13:30:45 +0000 (14:30 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 24 Apr 2017 13:30:45 +0000 (14:30 +0100)
src/jalview/ext/rbvi/chimera/JalviewChimeraBinding.java

index fad3137..ffce90c 100644 (file)
@@ -172,8 +172,6 @@ public abstract class JalviewChimeraBinding extends AAStructureBindingModel
       if (getSsm() != null)
       {
         getSsm().addStructureViewerListener(this);
-        // ssm.addSelectionListener(this);
-        refreshGUI();
       }
       return true;
     } catch (Exception q)