Merge branch 'develop' into feature/JAL-1713_overviewInProject
[jalview.git] / src / jalview / gui / AlignFrame.java
index 0b10d70..42b5776 100644 (file)
@@ -5850,6 +5850,13 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
                     | ActionEvent.CTRL_MASK)) != 0);
   }
 
+  @Override
+  protected void copyHighlightedColumns_actionPerformed(
+          ActionEvent actionEvent)
+  {
+    avc.copyHighlightedRegionsToClipboard();
+  }
+
   /**
    * Rebuilds the Colour menu, including any user-defined colours which have
    * been loaded either on startup or during the session