diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-07-03 18:46:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-03 18:46:23 +0200 |
commit | 82a2d2df3ed826b62f2d3327743691c8a0a4c104 (patch) | |
tree | 60456a1c3c1da0bc13c14e8f82e08c151a900b3c /editor/filesystem_dock.h | |
parent | 27b20e767083781282b9db7ba50d7b2bdf2fb378 (diff) | |
parent | a9acb95ef48bce7d4bb95b85082168ae2a9d9541 (diff) |
Merge pull request #19873 from volzhs/show-scene-file
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); |