diff options
| author | Blazej Floch | 2018-01-21 01:12:25 -0500 |
|---|---|---|
| committer | Blazej Floch | 2018-01-22 00:43:19 -0500 |
| commit | e58b10c883056930e966e842fad6bc1bbcd7979c (patch) | |
| tree | 3ec3dc0be9a526af9529975e4f255a2fb8ad0d47 /scene/gui/line_edit.h | |
| parent | c58891ff4ce9559fb1413d34159d3fb039999402 (diff) | |
| download | godot-e58b10c883056930e966e842fad6bc1bbcd7979c.tar.gz godot-e58b10c883056930e966e842fad6bc1bbcd7979c.tar.zst godot-e58b10c883056930e966e842fad6bc1bbcd7979c.zip | |
Diffstat (limited to 'scene/gui/line_edit.h')
| -rw-r--r-- | scene/gui/line_edit.h | 2 |
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(); |
