summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.h
diff options
context:
space:
mode:
authorgroud <gilles.roudiere@gmail.com>2018-11-03 18:36:59 +0100
committergroud <gilles.roudiere@gmail.com>2018-11-03 18:37:57 +0100
commita821de2275088ce6d4f91551459ce5bc36e21146 (patch)
treed5d379e2f084214963d2af2d09947a8cf1c7eb62 /editor/filesystem_dock.h
parent121cead38e5ea84ec22139df02eee56d822290b7 (diff)
downloadredot-engine-a821de2275088ce6d4f91551459ce5bc36e21146.tar.gz
Hide some RMB options in the filesystem dock when files are searched
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r--editor/filesystem_dock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h
index bf7306fc68..df6fa5f9d2 100644
--- a/editor/filesystem_dock.h
+++ b/editor/filesystem_dock.h
@@ -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);