JAL-1640 JAL-966 is for boolean getter on AlignViewportI
[jalview.git] / src / jalview / appletgui / SliderPanel.java
index 220a7fb..2a4d582 100644 (file)
@@ -215,7 +215,7 @@ public class SliderPanel extends Panel implements ActionListener,
       }
       else
       {
-        toChange.setThreshold(i, ap.av.getIgnoreGapsConsensus());
+        toChange.setThreshold(i, ap.av.isIgnoreGapsConsensus());
       }
       if (allGroups != null && allGroups.hasNext())
       {