JAL-824 - ensure Jmol colouring is a radio button
authorjprocter <Jim Procter>
Mon, 25 Apr 2011 13:08:11 +0000 (13:08 +0000)
committerjprocter <Jim Procter>
Mon, 25 Apr 2011 13:08:11 +0000 (13:08 +0000)
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);