diff options
| author | neikeq | 2015-12-04 19:33:30 +0100 |
|---|---|---|
| committer | neikeq | 2015-12-04 19:33:30 +0100 |
| commit | 71eaa2d547082212d32f78eb4d9580a276a0510f (patch) | |
| tree | 3f5744d058fc12f9a34c01edeeb1dbf8736531b1 /scene/gui/file_dialog.h | |
| parent | 35fa048af555e1f8411a2034706e9e452ce2f399 (diff) | |
| download | godot-71eaa2d547082212d32f78eb4d9580a276a0510f.tar.gz godot-71eaa2d547082212d32f78eb4d9580a276a0510f.tar.zst godot-71eaa2d547082212d32f78eb4d9580a276a0510f.zip | |
Diffstat (limited to 'scene/gui/file_dialog.h')
| -rw-r--r-- | scene/gui/file_dialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/gui/file_dialog.h b/scene/gui/file_dialog.h index ec42c7744..370088b21 100644 --- a/scene/gui/file_dialog.h +++ b/scene/gui/file_dialog.h @@ -34,6 +34,7 @@ #include "scene/gui/line_edit.h" #include "scene/gui/option_button.h" #include "scene/gui/dialogs.h" +#include "scene/gui/tool_button.h" #include "os/dir_access.h" #include "box_container.h" /** @@ -86,6 +87,8 @@ private: OptionButton *filter; DirAccess *dir_access; ConfirmationDialog *confirm_save; + + ToolButton *refresh; Vector<String> filters; |
