pushing again, just comments
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Thu, 18 Apr 2019 15:03:30 +0000 (10:03 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Thu, 18 Apr 2019 15:03:30 +0000 (10:03 -0500)
src/jalview/gui/SeqCanvas.java

index ad00e1e..d1046f8 100755 (executable)
@@ -364,6 +364,7 @@ public class SeqCanvas extends JPanel implements ViewportListenerI
       // Call repaint on alignment panel so that repaints from other alignment
       // panel components can be aggregated. Otherwise performance of the
       // overview window and others may be adversely affected.
+      // System.out.println("SeqCanvas fastPaint() repaint() request...");
       av.getAlignPanel().repaint();
     } finally
     {
@@ -411,10 +412,12 @@ public class SeqCanvas extends JPanel implements ViewportListenerI
       drawSelectionGroup((Graphics2D) g, startRes, endRes, startSeq,
               endSeq);
       fastPaint = false;
+      //System.out.println("SeqCanvas fast paint");
     }
     else
     {
 
+      System.out.println("SeqCanvas full paint");
       /*
        * img is a cached version of the last view we drew.
        * If we have no img or the size has changed, make a new one