diff options
| author | MattUV | 2017-12-14 10:10:53 +0100 |
|---|---|---|
| committer | MattUV | 2017-12-15 10:04:56 +0100 |
| commit | db020f3cead0c9632fc80290298cee8a9eab3182 (patch) | |
| tree | ebd4cc29197199aa36eedc82d49a6185ed2eae99 /scene/gui/text_edit.h | |
| parent | aa6772d7abb3ff1ff77b1b658617904bb0af1fbb (diff) | |
| download | godot-db020f3cead0c9632fc80290298cee8a9eab3182.tar.gz godot-db020f3cead0c9632fc80290298cee8a9eab3182.tar.zst godot-db020f3cead0c9632fc80290298cee8a9eab3182.zip | |
Diffstat (limited to 'scene/gui/text_edit.h')
| -rw-r--r-- | scene/gui/text_edit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/gui/text_edit.h b/scene/gui/text_edit.h index dd305d582..edef28cc2 100644 --- a/scene/gui/text_edit.h +++ b/scene/gui/text_edit.h @@ -443,8 +443,8 @@ public: void set_line(int line, String new_text); void backspace_at_cursor(); - void indent_selection_left(); - void indent_selection_right(); + void indent_left(); + void indent_right(); int get_indent_level(int p_line) const; inline void set_scroll_pass_end_of_file(bool p_enabled) { |
