Merge pull request #20971 from swarnimarun/new-resource-option

Fix for resource save dialog call
This commit is contained in:
Rémi Verschelde 2018-08-13 16:32:22 +02:00 committed by GitHub
commit b68f186c46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1410,7 +1410,7 @@ void FileSystemDock::_resource_created() const {
RES current_res = RES(r);
editor->save_resource_as(current_res);
editor->save_resource_as(current_res, path);
}
void FileSystemDock::_go_to_file_list() {