JAL-2759 Added in JAL-2851 fix
[jalview.git] / 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.
       }
-    }
+    
   }
 
   /**