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:
41aa357
)
Take into account scroll value
author
amwaterhouse
<Andrew Waterhouse>
Thu, 29 Sep 2005 16:11:50 +0000
(16:11 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Thu, 29 Sep 2005 16:11:50 +0000
(16:11 +0000)
src/jalview/gui/CutAndPasteTransfer.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/CutAndPasteTransfer.java
b/src/jalview/gui/CutAndPasteTransfer.java
index
f2920e5
..
57dabff
100755
(executable)
--- a/
src/jalview/gui/CutAndPasteTransfer.java
+++ b/
src/jalview/gui/CutAndPasteTransfer.java
@@
-197,7
+197,7
@@
public class CutAndPasteTransfer extends GCutAndPasteTransfer
}
\r
});
\r
popup.add(item);
\r
- popup.show(this, e.getX(), e.getY()+30);
\r
+ popup.show(this, e.getX(), e.getY()+textarea.getY()+30);
\r
\r
}
\r
}
\r