JAL-3719 Format->Colour Gaps option uses Overview gap colour logic pulled up to align...
[jalview.git] / src / jalview / gui / SeqCanvas.java
index b27208a..fef3c96 100755 (executable)
@@ -1044,7 +1044,7 @@ public class SeqCanvas extends JPanel implements ViewportListenerI
     int charWidth = av.getCharWidth();
 
     g.setFont(av.getFont());
-    seqRdr.prepare(g, av.isRenderGaps());
+    seqRdr.prepare(g, av.isRenderGaps(), av.getColourGaps());
 
     SequenceI nextSeq;