diff options
author | groud <gilles.roudiere@gmail.com> | 2018-09-29 00:11:26 +0200 |
---|---|---|
committer | groud <gilles.roudiere@gmail.com> | 2018-09-30 15:32:57 +0200 |
commit | 0829fdafb014be13d3a1136e0c396d5704749a03 (patch) | |
tree | fb0e6889ec02951065acfd1e78451d6732e092cf /editor/filesystem_dock.h | |
parent | c3bb4edb79db9377b803e88d6385e6842ba0871f (diff) | |
download | redot-engine-0829fdafb014be13d3a1136e0c396d5704749a03.tar.gz |
Adds the display of the favorites into the file list
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r-- | editor/filesystem_dock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index 5208b2c667..d964515572 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -257,6 +257,8 @@ private: void _search(EditorFileSystemDirectory *p_path, List<FileInfo> *matches, int p_max_items); + void _set_current_path_text(const String &p_path); + Variant get_drag_data_fw(const Point2 &p_point, Control *p_from); bool can_drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from) const; void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from); |