FS dock: Allow deselecting items by clicking empty space
Fixes #27546.
(cherry picked from commit 3da2894d82)
This commit is contained in:
committed by
Hein-Pieter van Braam-Stewart
parent
fce901ce40
commit
1353c98279
@ -237,6 +237,7 @@ private:
|
||||
void _tree_rmb_select(const Vector2 &p_pos);
|
||||
void _file_list_rmb_select(int p_item, const Vector2 &p_pos);
|
||||
void _file_list_rmb_pressed(const Vector2 &p_pos);
|
||||
void _tree_empty_selected();
|
||||
|
||||
struct FileInfo {
|
||||
String name;
|
||||
|
||||
Reference in New Issue
Block a user