Merge branch 'features/JAL-1553_select-columns-by-annotation' into develop
authorCharles Ofoegbu <tcnofoegbu@dundee.ac.uk>
Tue, 13 Jan 2015 15:55:37 +0000 (15:55 +0000)
committerCharles Ofoegbu <tcnofoegbu@dundee.ac.uk>
Tue, 13 Jan 2015 15:55:37 +0000 (15:55 +0000)
1  2 
src/jalview/gui/AlignFrame.java
src/jalview/gui/AlignViewport.java

Simple merge
@@@ -138,9 -148,10 +138,9 @@@ public class AlignViewport extends Alig
    Color textColour = Color.black;
  
    Color textColour2 = Color.white;
 -
    private boolean rightAlignIds = false;
  
-   private AnnotationColumnSelection currentAnnotationColumnSelectionState;
+   private AnnotationColumnChooser currentAnnotationColumnSelectionState;
    /**
     * Creates a new AlignViewport object.
     *