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: Release_2_11_4_0~45^2~18^2~686 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=a643ad8923bbfbdaf20e03f4b680f22be83efcfd;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));