Merge branch 'features/r2_11_2_alphafold/JAL-629' into features/JAL-3858_PAEsInProjects
[jalview.git] / src / jalview / gui / AnnotationColumnChooser.java
index 401df42..c6c0e10 100644 (file)
@@ -97,7 +97,7 @@ public class AnnotationColumnChooser extends AnnotationRowFilter
   {
     super(av, ap);
     frame = new JInternalFrame();
-    frame.setFrameIcon(WindowIcons.annotationIcon);
+    frame.setFrameIcon(null);
     frame.setContentPane(this);
     frame.setLayer(JLayeredPane.PALETTE_LAYER);
     Desktop.addInternalFrame(frame,
@@ -376,7 +376,7 @@ public class AnnotationColumnChooser extends AnnotationRowFilter
     // filterAnnotations, because showing hidden columns has the side effect of
     // adding them to the selection
     av.showAllHiddenColumns();
-    av.getColumnSelection().filterAnnotations(currentAnnotation.annotations,
+    av.getColumnSelection().filterAnnotations(currentAnnotation,
             filterParams);
 
     boolean hideCols = getActionOption() == ACTION_OPTION_HIDE;