Protect internal CodeEdit --> TextEdit API

This commit is contained in:
Paulb23 2021-07-09 13:07:10 +01:00
parent 9ec3e7f3d7
commit b700011314
5 changed files with 104 additions and 93 deletions

View file

@ -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: {