mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 14:41:07 +00:00
Protect internal CodeEdit --> TextEdit API
This commit is contained in:
parent
9ec3e7f3d7
commit
b700011314
5 changed files with 104 additions and 93 deletions
|
|
@ -340,7 +340,7 @@ void TextEditor::_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_TRIM_TRAILING_WHITESAPCE: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue