mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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(), () -> {
|
||||
|
||||
Reference in New Issue
Block a user