summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scene/gui/text_edit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/text_edit.cpp b/scene/gui/text_edit.cpp
index bf012b7a03..257b36ca96 100644
--- a/scene/gui/text_edit.cpp
+++ b/scene/gui/text_edit.cpp
@@ -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;