Make parent folder selectable. Fix #16253
This commit is contained in:
parent
2459eebc1d
commit
6e1c02b828
|
@ -492,7 +492,7 @@ void FileSystemDock::_update_files(bool p_keep_selection) {
|
||||||
Ref<Texture> folderIcon = (use_thumbnails) ? folder_thumbnail : get_icon("folder", "FileDialog");
|
Ref<Texture> folderIcon = (use_thumbnails) ? folder_thumbnail : get_icon("folder", "FileDialog");
|
||||||
|
|
||||||
if (path != "res://") {
|
if (path != "res://") {
|
||||||
files->add_item("..", folderIcon, false);
|
files->add_item("..", folderIcon, true);
|
||||||
|
|
||||||
String bd = path.get_base_dir();
|
String bd = path.get_base_dir();
|
||||||
if (bd != "res://" && !bd.ends_with("/"))
|
if (bd != "res://" && !bd.ends_with("/"))
|
||||||
|
|
Loading…
Reference in New Issue