diff options
author | Nikita Krasnov <nikita.nikita.krasnov@gmail.com> | 2023-11-13 13:15:25 +0300 |
---|---|---|
committer | Nikita Krasnov <nikita.nikita.krasnov@gmail.com> | 2023-11-14 17:17:10 +0300 |
commit | 0d6300d269b818e6c3d3ea9cbc592480103aa6d0 (patch) | |
tree | c9b4f4d60dfcbd26621afc44ff89f152469de9f2 /editor/gui/editor_file_dialog.h | |
parent | 64150060f89677eaf11229813ae6c5cf8a873802 (diff) | |
download | redot-engine-0d6300d269b818e6c3d3ea9cbc592480103aa6d0.tar.gz |
Fix folder color not showing up in file dialogs
Diffstat (limited to 'editor/gui/editor_file_dialog.h')
-rw-r--r-- | editor/gui/editor_file_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/gui/editor_file_dialog.h b/editor/gui/editor_file_dialog.h index 913b48a10b..e0f53ace96 100644 --- a/editor/gui/editor_file_dialog.h +++ b/editor/gui/editor_file_dialog.h @@ -239,6 +239,8 @@ protected: static void _bind_methods(); public: + Color get_dir_icon_color(const String &p_dir_path); + // Public for use with callable_mp. void _file_submitted(const String &p_file); |