Move the call hint under the current line
This commit is contained in:
parent
5200ebd8fd
commit
03025f60b6
|
@ -967,7 +967,7 @@ void TextEdit::_notification(int p_what) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Point2 hint_ofs = Vector2(completion_hint_offset,cursor_pos.y-minsize.y);
|
Point2 hint_ofs = Vector2(completion_hint_offset,cursor_pos.y+minsize.y);
|
||||||
draw_style_box(sb,Rect2(hint_ofs,minsize));
|
draw_style_box(sb,Rect2(hint_ofs,minsize));
|
||||||
|
|
||||||
spacing=0;
|
spacing=0;
|
||||||
|
|
Loading…
Reference in New Issue