Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2017-01-11 20:53:52 +0000
committerLars Vogel2017-01-11 20:53:52 +0000
commitd77b078388163500961bdab34c0248806eb5c208 (patch)
tree7752a7c9c41d9e379dd3d10ba1e264a51f5adf93 /org.eclipse.jface.text/src/org/eclipse/jface/text/source/AnnotationBarHoverManager.java
parentaed6bdd1b13c0cebea2a20b280911a70d0b226d5 (diff)
downloadeclipse.platform.text-d77b078388163500961bdab34c0248806eb5c208.tar.gz
eclipse.platform.text-d77b078388163500961bdab34c0248806eb5c208.tar.xz
eclipse.platform.text-d77b078388163500961bdab34c0248806eb5c208.zip
Change-Id: I19139e6aba0aaa20eb06882a4b721298cdfe138b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.jface.text/src/org/eclipse/jface/text/source/AnnotationBarHoverManager.java')
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/source/AnnotationBarHoverManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/AnnotationBarHoverManager.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/AnnotationBarHoverManager.java
index 3b96efa606a..cddb1370434 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/AnnotationBarHoverManager.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/AnnotationBarHoverManager.java
@@ -664,7 +664,7 @@ public class AnnotationBarHoverManager extends AbstractHoverInformationControlMa
}
return super.computeInformationControlLocation(subjectArea, controlSize);
}
-
+
@Override
protected Point computeLocation(Rectangle subjectArea, Point controlSize, Anchor anchor) {
MouseEvent event= getHoverEvent();

Back to the top