Refresh import options when changing importer

This commit is contained in:
George Marques 2017-11-13 17:31:00 -02:00
parent 4c000a05f6
commit 4c77f48067
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
2 changed files with 40 additions and 24 deletions

View file

@ -55,6 +55,7 @@ class ImportDock : public VBoxContainer {
void _preset_selected(int p_idx);
void _importer_selected(int i_idx);
void _update_options(const Ref<ConfigFile> &p_config = Ref<ConfigFile>());
void _reimport();