Hide some RMB options in the filesystem dock when files are searched
This commit is contained in:
@ -233,7 +233,7 @@ private:
|
||||
|
||||
void _search_changed(const String &p_text, const Control *p_from);
|
||||
|
||||
void _file_and_folders_fill_popup(PopupMenu *p_popup, Vector<String> p_paths);
|
||||
void _file_and_folders_fill_popup(PopupMenu *p_popup, Vector<String> p_paths, bool p_display_path_dependent_options = true);
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user