mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Fix the importer dock being blank when selecting multiple files.
Broken in cff0a1a896
This commit is contained in:
parent
f57bdf13af
commit
542b893436
@ -297,6 +297,8 @@ void ImportDock::set_edit_multiple_paths(const Vector<String> &p_paths) {
|
||||
_set_dirty(false);
|
||||
import_as->set_disabled(false);
|
||||
preset->set_disabled(false);
|
||||
content->show();
|
||||
select_a_resource->hide();
|
||||
|
||||
imported->set_text(vformat(TTR("%d Files"), p_paths.size()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user