(JAL-958) - normalised sequence logo for applet
[jalview.git] / src / jalview / appletgui / OverviewPanel.java
index f1d23c3..fc4fb8c 100755 (executable)
@@ -364,7 +364,7 @@ public class OverviewPanel extends Panel implements Runnable,
         lastcol = (int) (col * sampleCol);
         {
           mg.translate(col, sequencesHeight);
-          ap.annotationPanel.drawGraph(mg, av.conservation,
+          ap.annotationPanel.renderer.drawGraph(mg, av.conservation,
                   (int) (sampleCol) + 1, graphHeight,
                   (int) (col * sampleCol), (int) (col * sampleCol) + 1);
           mg.translate(-col, -sequencesHeight);