removal of AlignmentFrame lines
[jalview.git] / src / jalview / gui / SeqCanvas.java
index 6325e61..de136ae 100755 (executable)
@@ -355,7 +355,7 @@ public class SeqCanvas extends JPanel implements ViewportListenerI
   @Override
   public void paintComponent(Graphics g)
   {
-    super.paintComponent(g);
+    //super.paintComponent(g); // BH 2019
 
     int charHeight = av.getCharHeight();
     int charWidth = av.getCharWidth();