Merge remote-tracking branch 'origin/master'

This commit is contained in:
Vassiliy.Kudryashov
2017-11-16 13:06:05 +03:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# The file might be automatically updated. Comments and empty lines will be removed.
kotlinPluginBuild=1.2.0-rc-39-IJ2017.3-1:EAP-1.2
jetSignBuild=42.30
jdkBuild=u152b1056.10
jdkBuild=u152b1056.11
@@ -333,7 +333,7 @@ public abstract class AbstractValueHint {
setHighlighterAttributes();
// align the popup with the bottom of the line
Point point = myEditor.logicalPositionToXY(myEditor.xyToLogicalPosition(myPoint));
Point point = myEditor.visualPositionToXY(myEditor.xyToVisualPosition(myPoint));
point.translate(0, myEditor.getLineHeight());
DebuggerTreeWithHistoryPopup.showTreePopup(creator, descriptor, myEditor, point, getProject(), () -> {