JAL-345 invert logic is not quite right - REVISE THIS!
authorJim Procter <jprocter@issues.jalview.org>
Fri, 14 Sep 2018 11:43:56 +0000 (12:43 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 14 Sep 2018 11:43:56 +0000 (12:43 +0100)
src/jalview/controller/AlignViewController.java

index e9205f6..aac7801 100644 (file)
@@ -392,12 +392,13 @@ public class AlignViewController implements AlignViewControllerI
    * or add/exclude/toggle for sequences not highlighted.
    * 
    * @param invert
-   *          - when true, sequences that are not highlighted are used to modify
-   *          selection
+   *          - when true, sequences that are not highlighted are added/removed
+   *          from selection
    * @param extendCurrent
    *          - normally true , the current selected group is modified.
+   *          Otherwise a new selection is created
    * @param toggle
-   *          - if a select
+   *          - toggle selection status for highlighted/not highlighted sequence
    * @return
    */
   public boolean selectHighlightedSequences(boolean invert,