JAL-2388 Working hidden regions hide/show in desktop
[jalview.git] / src / jalview / util / MappingUtils.java
index 33c43d3..926ccc7 100644 (file)
@@ -540,7 +540,7 @@ public final class MappingUtils
               toSequences, fromGapChar);
     }
 
-    for (int[] hidden : hiddencols.getListOfCols())
+    for (int[] hidden : hiddencols.getHiddenRegions())
     {
       mapHiddenColumns(hidden, codonFrames, newHidden, fromSequences,
               toSequences, fromGapChar);