mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
parent
721599c797
commit
73e7ccabf5
4 changed files with 5 additions and 5 deletions
|
|
@ -2785,7 +2785,7 @@ void PropertyEditor::update_tree() {
|
|||
if (E) {
|
||||
descr=E->get().brief_description;
|
||||
}
|
||||
class_descr_cache[type]=descr.world_wrap(80);
|
||||
class_descr_cache[type]=descr.word_wrap(80);
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -2878,7 +2878,7 @@ void PropertyEditor::update_tree() {
|
|||
if (E) {
|
||||
for(int i=0;i<E->get().methods.size();i++) {
|
||||
if (E->get().methods[i].name==setter.operator String()) {
|
||||
descr=E->get().methods[i].description.strip_edges().world_wrap(80);
|
||||
descr=E->get().methods[i].description.strip_edges().word_wrap(80);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue