JAL-3401 JAL-3253-applet
[jalview.git] / src / jalview / gui / SeqCanvas.java
index 536bfef..123e649 100755 (executable)
@@ -372,6 +372,10 @@ public class SeqCanvas extends JPanel implements ViewportListenerI
   public void paintComponent(Graphics g)
   {
 
+    if (av.getAlignPanel().getHoldRepaint())
+    {
+      return;
+    }
     int charHeight = av.getCharHeight();
     int charWidth = av.getCharWidth();