mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-23 04:28:02 +00:00
Merge pull request #44569 from madmiraal/rename-unselect-deselect
Rename unselect to deselect
This commit is contained in:
@@ -2447,7 +2447,7 @@ void FileSystemDock::_file_list_rmb_select(int p_item, const Vector2 &p_pos) {
|
||||
continue;
|
||||
}
|
||||
if (files->get_item_text(p_item) == "..") {
|
||||
files->unselect(i);
|
||||
files->deselect(i);
|
||||
continue;
|
||||
}
|
||||
paths.push_back(files->get_item_metadata(i));
|
||||
|
||||
Reference in New Issue
Block a user