JAL=2674 Removed getHiddenColumnsCopy
[jalview.git] / src / jalview / appletgui / ScalePanel.java
index bbbb92b..6b3349f 100755 (executable)
@@ -438,7 +438,7 @@ public class ScalePanel extends Panel
       {
         int widthx = 1 + endx - startx;
         Iterator<Integer> it = hidden.getBoundedStartIterator(startx,
-                startx + widthx + 1, true);
+                startx + widthx + 1);
         while (it.hasNext())
         {
           res = it.next() - startx;