You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Protect internal CodeEdit --> TextEdit API
This commit is contained in:
@@ -1062,7 +1062,7 @@ void ScriptTextEditor::_edit_option(int p_op) {
|
||||
tx->update();
|
||||
} break;
|
||||
case EDIT_UNFOLD_ALL_LINES: {
|
||||
tx->unhide_all_lines();
|
||||
tx->unfold_all_lines();
|
||||
tx->update();
|
||||
} break;
|
||||
case EDIT_TOGGLE_COMMENT: {
|
||||
|
||||
Reference in New Issue
Block a user