You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user