JAL-2388 return empty hidden columns for fully visible alignment view
authorJim Procter <jprocter@issues.jalview.org>
Thu, 18 May 2017 15:31:27 +0000 (16:31 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 18 May 2017 15:31:27 +0000 (16:31 +0100)
src/jalview/datamodel/AlignmentView.java

index 5058dcf..9ca70f2 100644 (file)
@@ -918,7 +918,7 @@ public class AlignmentView
       }
       if (nvismsa[0] != null)
       {
-        return new Object[] { nvismsa[0], new ColumnSelection() };
+        return new Object[] { nvismsa[0], new HiddenColumns() };
       }
       else
       {