JAL-3397 impl.IntervalStore and nonc.IntervalStore unified api
[jalview.git] / src / jalview / renderer / OverviewRenderer.java
index c3350a5..873fdac 100644 (file)
@@ -254,7 +254,7 @@ public class OverviewRenderer
     WritableRaster raster = miniMe.getRaster();
     DataBufferInt db = (DataBufferInt) raster.getDataBuffer();
     pixels = db.getBankData()[0];
-    bscol = cols.getOverviewBitSet();
+    bscol = cols.getShownBitSet();
     if (skippingColumns)
     {
       columnsToShow = calcColumnsToShow();