From: gmungoc Date: Wed, 20 Jun 2018 08:59:30 +0000 (+0100) Subject: JAL-3030 suppress change that goes with JAL-3031 X-Git-Tag: Develop-2_11_2_0-d20201215~24^2~68^2~686 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=a643ad8923bbfbdaf20e03f4b680f22be83efcfd;hp=8790f91b06eee23852c2c9ee99dd7daa0c0e9e90;p=jalview.git JAL-3030 suppress change that goes with JAL-3031 --- diff --git a/src/jalview/bin/JalviewJS.java b/src/jalview/bin/JalviewJS.java index 4e24354..1187bcf 100644 --- a/src/jalview/bin/JalviewJS.java +++ b/src/jalview/bin/JalviewJS.java @@ -1,7 +1,6 @@ package jalview.bin; import jalview.gui.AlignFrame; -import jalview.gui.Desktop; import jalview.io.AppletFormatAdapter; import jalview.io.DataSourceType; import jalview.io.FileFormatException; @@ -187,7 +186,7 @@ public class JalviewJS frame.setJMenuBar(alignFrame.getJMenuBar()); // fudge so that dialogs can be opened with this frame as parent - Desktop.parent = frame.getContentPane(); + // Desktop.parent = frame.getContentPane(); loadFeatures(alignFrame, getParameter(PARAM_FEATURES));