mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 09:01:32 +00:00
Rename empty() to is_empty()
This commit is contained in:
parent
886571e0fc
commit
5b937d493f
289 changed files with 898 additions and 898 deletions
|
|
@ -216,7 +216,7 @@ void FontDataEditor::init_script_edit() {
|
|||
|
||||
void FontDataEditor::add_lang() {
|
||||
FontData *fd = Object::cast_to<FontData>(get_edited_object());
|
||||
if (fd != nullptr && !le->get_text().empty()) {
|
||||
if (fd != nullptr && !le->get_text().is_empty()) {
|
||||
fd->set_language_support_override(le->get_text(), chk->is_pressed());
|
||||
le->set_text("");
|
||||
chk->set_pressed(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue