From: gmungoc Date: Tue, 11 Sep 2018 12:41:43 +0000 (+0100) Subject: JAL-3056 offer New / Expand / Gather View in JalviewJS X-Git-Tag: Develop-2_11_2_0-d20201215~24^2~68^2~447 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=d61781b1fdb2e634445ee02f3718f81673af96ac;hp=729a8c88cedd23238c8370d12d4adbd8db78cde8 JAL-3056 offer New / Expand / Gather View in JalviewJS --- diff --git a/src/jalview/jbgui/GAlignFrame.java b/src/jalview/jbgui/GAlignFrame.java index 87610bb..342d95a 100755 --- a/src/jalview/jbgui/GAlignFrame.java +++ b/src/jalview/jbgui/GAlignFrame.java @@ -1765,11 +1765,8 @@ public class GAlignFrame extends JInternalFrame hideMenu.add(hideAllSelection); hideMenu.add(hideAllButSelection); viewMenu.add(newView); - if (!Jalview.isJS()) - { - viewMenu.add(expandViews); - viewMenu.add(gatherViews); - } + viewMenu.add(expandViews); + viewMenu.add(gatherViews); viewMenu.addSeparator(); viewMenu.add(showMenu); viewMenu.add(hideMenu);