1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-20 14:45:44 +00:00

Fix clone line undo history and extra new line, issue 21811

This commit is contained in:
Paulb23
2018-11-04 18:26:08 +00:00
parent 121cead38e
commit 6c54cb8bff
5 changed files with 14 additions and 15 deletions

View File

@@ -203,7 +203,7 @@ public:
void move_lines_up();
void move_lines_down();
void delete_lines();
void code_lines_down();
void clone_lines_down();
void goto_line(int p_line);
void goto_line_selection(int p_line, int p_begin, int p_end);