JAL-824 - ensure Jmol colouring is a radio button
[jalview.git] / src / jalview / appletgui / AppletJmol.java
index 9efe17e..5b31db8 100644 (file)
@@ -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);