JAL-3199 corrected sort menu items to JMenuItem
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 15 Nov 2019 14:58:09 +0000 (14:58 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 15 Nov 2019 14:58:09 +0000 (14:58 +0000)
src/jalview/jbgui/GAlignFrame.java

index 7caf7ea..9491d33 100755 (executable)
@@ -601,9 +601,9 @@ public class GAlignFrame extends JInternalFrame
         hideAllAnnotations_actionPerformed(true, false);
       }
     });
-    sortAnnBySequence = new JCheckBoxMenuItem(
+    sortAnnBySequence = new JMenuItem(
             MessageManager.getString("label.sort_annotations_by_sequence"));
-    sortAnnByLabel = new JCheckBoxMenuItem(
+    sortAnnByLabel = new JMenuItem(
             MessageManager.getString("label.sort_annotations_by_label"));
 
     sortAnnBySequence.addActionListener(new ActionListener()