diff options
author | volzhs <volzhs@gmail.com> | 2018-07-01 11:32:25 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2018-07-01 11:47:34 +0900 |
commit | a9acb95ef48bce7d4bb95b85082168ae2a9d9541 (patch) | |
tree | 0b9f0424bd70e59c3d26e2c62977255dc9e60fcd /editor/filesystem_dock.h | |
parent | 68c106d60d66d9b685ecbed8dac6b6ce7b50f42a (diff) | |
download | redot-engine-a9acb95ef48bce7d4bb95b85082168ae2a9d9541.tar.gz |
Show current scene file in FileSystem dock
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 e59d4c96e1..53f77b64f9 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -106,6 +106,7 @@ private: Button *button_display_mode; Button *button_hist_next; Button *button_hist_prev; + Button *button_show; LineEdit *current_path; LineEdit *search_box; TextureRect *search_icon; @@ -204,6 +205,7 @@ private: void _rescan(); void _favorites_pressed(); + void _show_current_scene_file(); void _search_changed(const String &p_text); void _dir_rmb_pressed(const Vector2 &p_pos); |