Merge pull request #63473 from Rindbee/fix-reopen-error

Fix getting an error when repeatedly opening the Advanced Import Settings dialog for fonts
This commit is contained in:
Rémi Verschelde 2022-07-26 07:42:38 +02:00 committed by GitHub
commit e67b323c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -971,6 +971,7 @@ void DynamicFontImportSettings::open_settings(const String &p_path) {
base_path = p_path;
inspector_vars->edit(nullptr);
inspector_text->edit(nullptr);
inspector_general->edit(nullptr);
text_settings_data.instantiate();