You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix clone line undo history and extra new line, issue 21811
This commit is contained in:
@@ -263,7 +263,7 @@ void ShaderEditor::_menu_option(int p_option) {
|
||||
shader_editor->delete_lines();
|
||||
} break;
|
||||
case EDIT_CLONE_DOWN: {
|
||||
shader_editor->code_lines_down();
|
||||
shader_editor->clone_lines_down();
|
||||
} break;
|
||||
case EDIT_TOGGLE_COMMENT: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user