mirror of
https://github.com/godotengine/godot.git
synced 2024-11-28 23:22:38 +00:00
Fix repeatedly opening the Advanced Import Settings dialog for fonts getting an error
This commit is contained in:
parent
3e0e84a54c
commit
3aa0a78f73
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user