git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa4ba68
)
JAL-2759 Added in JAL-2851 fix
author
kiramt
<k.mourao@dundee.ac.uk>
Thu, 1 Feb 2018 09:15:35 +0000
(09:15 +0000)
committer
kiramt
<k.mourao@dundee.ac.uk>
Thu, 1 Feb 2018 09:15:35 +0000
(09:15 +0000)
src/jalview/gui/SeqCanvas.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/SeqCanvas.java
b/src/jalview/gui/SeqCanvas.java
index
081a83c
..
6052d1f
100755
(executable)
--- a/
src/jalview/gui/SeqCanvas.java
+++ b/
src/jalview/gui/SeqCanvas.java
@@
-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.
}
- }
+
}
/**