JAL-1065,JAL-1066 - propagated 863467bf6c59c0bc5368c8f3a03d9d5a4f10700d to refactored...
[jalview.git] / src / jalview / renderer / AnnotationRenderer.java
index c6b95e4..36550df 100644 (file)
@@ -928,7 +928,7 @@ public class AnnotationRenderer
               // g.drawRect(x*av.charWidth, (int)ht, av.charWidth,
               // (int)(scl));
               // g.setColor(profcolour.findColour(dc[0]).darker());
-              g.setColor(profcolour.findColour(dc[0], column));
+              g.setColor(profcolour.findColour(dc[0], column,null));
 
               hght = (ht + (scl - lm.getDescent() - lm.getBaselineOffsets()[lm
                       .getBaselineIndex()]));