JAL-2759 Added in JAL-2851 fix
authorkiramt <k.mourao@dundee.ac.uk>
Thu, 1 Feb 2018 09:15:35 +0000 (09:15 +0000)
committerkiramt <k.mourao@dundee.ac.uk>
Thu, 1 Feb 2018 09:15:35 +0000 (09:15 +0000)
src/jalview/gui/SeqCanvas.java

index 081a83c..6052d1f 100755 (executable)
@@ -1743,7 +1743,7 @@ public class SeqCanvas extends JComponent implements ViewportListenerI
       {
         scrollX = -range;
       }
-
+    }
       // Both scrolling and resizing change viewport ranges: scrolling changes
       // both start and end points, but resize only changes end values.
       // Here we only want to fastpaint on a scroll, with resize using a normal
@@ -1780,7 +1780,7 @@ public class SeqCanvas extends JComponent implements ViewportListenerI
         // causes nasty repaint artefacts, which only disappear on a full
         // repaint.
       }
-    }
+    
   }
 
   /**