diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-27 00:23:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-27 00:23:15 +0100 |
| commit | 2755eeb2f001179fc650342b3a5d8930692decb5 (patch) | |
| tree | cbeffd56dbff38c45d832ff0a0106a2585c824ad /scene/gui/file_dialog.h | |
| parent | 024c4f14a14e67f15adbcca39c6a941ea89e0f3d (diff) | |
| parent | e3b0214f401da3cbb18a81cee0f0f5631f43239b (diff) | |
| download | redot-engine-2755eeb2f001179fc650342b3a5d8930692decb5.tar.gz | |
Merge pull request #13252 from Krakean/file_dialogs_small_tweaks
A few adjustments to file/dir open dialogs
Diffstat (limited to 'scene/gui/file_dialog.h')
| -rw-r--r-- | scene/gui/file_dialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/gui/file_dialog.h b/scene/gui/file_dialog.h index 34cecfe4d0..6281e88731 100644 --- a/scene/gui/file_dialog.h +++ b/scene/gui/file_dialog.h @@ -33,7 +33,6 @@ #include "box_container.h" #include "os/dir_access.h" #include "scene/gui/dialogs.h" -#include "scene/gui/dialogs.h" #include "scene/gui/line_edit.h" #include "scene/gui/option_button.h" #include "scene/gui/tool_button.h" @@ -117,6 +116,8 @@ private: void _unhandled_input(const Ref<InputEvent> &p_event); + bool _is_open_should_be_disabled(); + virtual void _post_popup(); protected: |
