aboutsummaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorBlazej Floch2018-01-21 01:12:25 -0500
committerBlazej Floch2018-01-22 00:43:19 -0500
commite58b10c883056930e966e842fad6bc1bbcd7979c (patch)
tree3ec3dc0be9a526af9529975e4f255a2fb8ad0d47 /scene
parentc58891ff4ce9559fb1413d34159d3fb039999402 (diff)
downloadgodot-e58b10c883056930e966e842fad6bc1bbcd7979c.tar.gz
godot-e58b10c883056930e966e842fad6bc1bbcd7979c.tar.zst
godot-e58b10c883056930e966e842fad6bc1bbcd7979c.zip
Diffstat (limited to 'scene')
-rw-r--r--scene/gui/line_edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/line_edit.h b/scene/gui/line_edit.h
index e15980d3c..e371c3c60 100644
--- a/scene/gui/line_edit.h
+++ b/scene/gui/line_edit.h
@@ -121,7 +121,6 @@ private:
void shift_selection_check_post(bool);
void selection_fill_at_cursor();
- void selection_delete();
void set_window_pos(int p_pos);
void set_cursor_at_pixel_pos(int p_x);
@@ -157,6 +156,7 @@ public:
void select(int p_from = 0, int p_to = -1);
void select_all();
+ void selection_delete();
void deselect();
void delete_char();