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:
2793d67
)
JAL-3003 remove redundant call to drawSelectionGroup
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 31 Aug 2018 10:49:00 +0000
(11:49 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 31 Aug 2018 10:49:00 +0000
(11:49 +0100)
src/jalview/gui/SeqCanvas.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/SeqCanvas.java
b/src/jalview/gui/SeqCanvas.java
index
6ec48de
..
5c404f0
100755
(executable)
--- a/
src/jalview/gui/SeqCanvas.java
+++ b/
src/jalview/gui/SeqCanvas.java
@@
-364,10
+364,6
@@
public class SeqCanvas extends JComponent implements ViewportListenerI
width -= (width % charWidth);
height -= (height % charHeight);
- drawSelectionGroup((Graphics2D) g,
- ranges.getStartRes(), ranges.getEndRes(),
- ranges.getStartSeq(), ranges.getEndSeq());
-
if ((img != null) && (fastPaint
|| (getVisibleRect().width != g.getClipBounds().width)
|| (getVisibleRect().height != g.getClipBounds().height)))