summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.h
diff options
context:
space:
mode:
authorJeremy Bullock <jcbullock@gmail.com>2019-04-09 11:22:14 -0600
committerJeremy Bullock <jcbullock@gmail.com>2019-04-09 11:22:14 -0600
commit36bdf789274ca5b8daf41fddf5f5d05471812c1e (patch)
treee6d31ddb7de8c78df479e42fd6d3acad1699bdd0 /editor/filesystem_dock.h
parent5772f60f960ee8c396574f0c6f94def18bb210c7 (diff)
downloadredot-engine-36bdf789274ca5b8daf41fddf5f5d05471812c1e.tar.gz
Allow Right Click in Empty Space on FileSystemDock
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r--editor/filesystem_dock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h
index 8b27938c8a..1878f589e1 100644
--- a/editor/filesystem_dock.h
+++ b/editor/filesystem_dock.h
@@ -235,6 +235,7 @@ private:
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 _tree_rmb_empty(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();