diff options
| author | Hugo Locurcio | 2018-04-22 19:36:01 +0200 |
|---|---|---|
| committer | Max Hilbrunner | 2018-04-22 19:36:01 +0200 |
| commit | 1c419531a009f48aa074f9b5f93b98d387c33723 (patch) | |
| tree | 6beff4f51161e61e22b70266b5e0385496e35b6b /scene/gui/text_edit.cpp | |
| parent | ca25f1e6eae9ffd498ddba05f94e341827269fea (diff) | |
| download | godot-1c419531a009f48aa074f9b5f93b98d387c33723.tar.gz godot-1c419531a009f48aa074f9b5f93b98d387c33723.tar.zst godot-1c419531a009f48aa074f9b5f93b98d387c33723.zip | |
Diffstat (limited to 'scene/gui/text_edit.cpp')
| -rw-r--r-- | scene/gui/text_edit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/text_edit.cpp b/scene/gui/text_edit.cpp index ff3cbbd59..ff0f5815d 100644 --- a/scene/gui/text_edit.cpp +++ b/scene/gui/text_edit.cpp @@ -5689,7 +5689,7 @@ TextEdit::TextEdit() { indent_size = 4; text.set_indent_size(indent_size); text.clear(); - //text.insert(1,"Mongolia.."); + //text.insert(1,"Mongolia..."); //text.insert(2,"PAIS GENEROSO!!"); text.set_color_regions(&color_regions); |
