Fix for resource save dialog call

to make sure the resource save opens in the current folder when using right click to do it.
This commit is contained in:
Swarnim Arun 2018-08-13 19:24:35 +05:30 committed by GitHub
parent a1dee44e21
commit 48abe73fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1408,7 +1408,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() {