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:
f503f12
)
JAL-2778 Tidy
author
kiramt
<k.mourao@dundee.ac.uk>
Thu, 25 Jan 2018 17:09:16 +0000
(17:09 +0000)
committer
kiramt
<k.mourao@dundee.ac.uk>
Thu, 25 Jan 2018 17:09:16 +0000
(17:09 +0000)
src/jalview/gui/SeqCanvas.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/SeqCanvas.java
b/src/jalview/gui/SeqCanvas.java
index
e490b7e
..
36ec08f
100755
(executable)
--- a/
src/jalview/gui/SeqCanvas.java
+++ b/
src/jalview/gui/SeqCanvas.java
@@
-339,8
+339,7
@@
public class SeqCanvas extends JComponent 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.
+ // overview window and others may be adversely affected.
av.getAlignPanel().repaint();
} finally
{