Alignment quality with funky coloured histograms.
[jalview.git] / src / jalview / gui / AnnotationPanel.java
index 48f9c20..76559bd 100755 (executable)
@@ -516,7 +516,7 @@ public class AnnotationPanel extends JPanel implements MouseListener, MouseMotio
            height = (int)( (total / row.graphMax) *GRAPH_HEIGHT);\r
 \r
          }\r
-\r
+         g.setColor(row.annotations[j].colour);\r
          g.fillRect(x, y-height, av.charWidth, height );\r
        }\r
 \r