You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user