Merge branch 'feature/JAL-2587' into documentation/JAL-2675_release2102b1
authorJim Procter <jprocter@issues.jalview.org>
Mon, 4 Sep 2017 17:54:37 +0000 (18:54 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 4 Sep 2017 17:54:37 +0000 (18:54 +0100)
1  2 
src/jalview/renderer/OverviewRenderer.java

@@@ -162,9 -146,10 +163,11 @@@ public class OverviewRendere
              }
            }
  
-           sendProgressUpdate((pixelCol + 1) * (endRow - pixelRow),
-                   totalPixels, lastRowUpdate);
+           // store last update value
+           lastUpdate = sendProgressUpdate(
+                   (pixelCol + 1) * (endRow - pixelRow), totalPixels,
+                   lastRowUpdate, lastUpdate);
 +
            pixelCol = endCol + 1;
          }
          colIndex++;