mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
Fix clone line undo history and extra new line, issue 21811
This commit is contained in:
parent
121cead38e
commit
6c54cb8bff
5 changed files with 14 additions and 15 deletions
|
@ -773,7 +773,7 @@ void ScriptTextEditor::_edit_option(int p_op) {
|
|||
} break;
|
||||
case EDIT_CLONE_DOWN: {
|
||||
|
||||
code_editor->code_lines_down();
|
||||
code_editor->clone_lines_down();
|
||||
} break;
|
||||
case EDIT_TOGGLE_FOLD_LINE: {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue