From f9c6c71ac607f5171505139bcfa6b0f5cafb1791 Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 25 Apr 2011 13:08:11 +0000 Subject: [PATCH] JAL-824 - ensure Jmol colouring is a radio button --- src/jalview/appletgui/AppletJmol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/appletgui/AppletJmol.java b/src/jalview/appletgui/AppletJmol.java index 9efe17e..5b31db8 100644 --- a/src/jalview/appletgui/AppletJmol.java +++ b/src/jalview/appletgui/AppletJmol.java @@ -180,6 +180,7 @@ public class AppletJmol extends EmbmenuFrame implements hydro.addActionListener(this); chain.addActionListener(this); seqColour.addItemListener(this); + jmolColour.addItemListener(this); zappo.addActionListener(this); taylor.addActionListener(this); helix.addActionListener(this); @@ -187,7 +188,6 @@ public class AppletJmol extends EmbmenuFrame implements turn.addActionListener(this); buried.addActionListener(this); user.addActionListener(this); - jmolColour.addActionListener(this); jmolHelp.addActionListener(this); -- 1.7.10.2