JAL-1553 implementation of column selection by annotation and threshold queries
[jalview.git] / src / jalview / gui / AlignFrame.java
index 3273121..af3b0fb 100644 (file)
@@ -3325,6 +3325,12 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
   }
 
   @Override
+  public void annotationColumn_actionPerformed(ActionEvent e)
+  {
+    new AnnotationColumnSelection(viewport, alignPanel);
+  }
+
+  @Override
   public void rnahelicesColour_actionPerformed(ActionEvent e)
   {
     new RNAHelicesColourChooser(viewport, alignPanel);