JAL-1483 move show sequence feature and sequence feature height settings to view...
[jalview.git] / src / jalview / gui / AppJmol.java
index 6eb6ac3..08b0744 100644 (file)
@@ -1020,7 +1020,7 @@ public class AppJmol 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);
       }
     }
   }