JAL-1640 JAL-966 is for boolean getter on AlignViewportI
[jalview.git] / src / jalview / gui / TreeCanvas.java
index c5650f5..d921ba4 100755 (executable)
@@ -916,7 +916,7 @@ public class TreeCanvas extends JPanel implements MouseListener, Runnable,
         if (cs != null)
         {
           cs.setThreshold(av.getGlobalColourScheme().getThreshold(),
-                  av.getIgnoreGapsConsensus());
+                  av.isIgnoreGapsConsensus());
         }
       }
       sg.cs = cs;