mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Update deferred calls to use Callables
This commit is contained in:
@@ -189,7 +189,7 @@ void LocalizationEditor::_translation_res_select() {
|
||||
if (updating_translations) {
|
||||
return;
|
||||
}
|
||||
call_deferred(SNAME("update_translations"));
|
||||
callable_mp(this, &LocalizationEditor::update_translations).call_deferred();
|
||||
}
|
||||
|
||||
void LocalizationEditor::_translation_res_option_popup(bool p_arrow_clicked) {
|
||||
|
||||
Reference in New Issue
Block a user