1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Move the call hint under the current line

(cherry picked from commit 03025f60b6)
This commit is contained in:
Martin Chuckeles
2016-03-03 20:26:50 +01:00
committed by Rémi Verschelde
parent 7fea990b1b
commit cb7693c533

View File

@@ -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));
spacing=0;