JAL-1640 JAL-966 is for boolean getter on AlignViewportI
[jalview.git] / src / jalview / gui / SliderPanel.java
index cbd0d58..f536efc 100755 (executable)
@@ -286,13 +286,15 @@ public class SliderPanel extends GSliderPanel
       }
       else
       {
-        toChange.setThreshold(i, ap.av.getIgnoreGapsConsensus());
+        toChange.setThreshold(i, ap.av.isIgnoreGapsConsensus());
       }
       if (allGroups != null && allGroups.hasNext())
       {
         while ((toChange = allGroups.next().cs) == null
                 && allGroups.hasNext())
+        {
           ;
+        }
       }
       else
       {