You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix repeatedly opening the Advanced Import Settings dialog for fonts getting an error
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user