Merge branch 'develop' into JAL-1483_featureBasedTreeCalc
[jalview.git] / src / jalview / gui / ChimeraViewFrame.java
index 3c53762..75aed5d 100644 (file)
@@ -976,7 +976,7 @@ public class ChimeraViewFrame extends GStructureViewer implements Runnable,
       // Set the colour using the current view for the associated alignframe
       for (AlignmentPanel ap : _colourwith)
       {
-        jmb.colourBySequence(ap.av.showSequenceFeatures, ap);
+        jmb.colourBySequence(ap.av.isShowSequenceFeatures(), ap);
       }
     }
   }